[Bug 7777] New: Having only one text field for the serials search
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7777 Priority: P5 - low Change sponsored?: --- Bug ID: 7777 Assignee: adrien.saurat@biblibre.com Summary: Having only one text field for the serials search QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: adrien.saurat@biblibre.com Hardware: All Status: ASSIGNED Version: master Component: Serials Product: Koha Created attachment 8399 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8399&action=edit Screenshot All search fields are unique except in the Serials module. Here we have a ISSN field, and a Title field. The search is performed by the GetSubscriptions in C4/Serials.pm. The string typed in the Title zone is compared to the following fields: biblio.title subscription.callnumber subscription.location subscription.notes subscription.internalnotes The string typed in the ISSN field is compared to: biblioitems.issn subscription.callnumber (again!) The differences are not very significant, and the text accompanying the fields (saying just ISSN and Title) are not consistent with the actual search process. It would then probably be simpler to use only one input field, like it's done for other searches in Koha. We could do something closer to the "Search the Catalog" tab. Only one field, and a text saying "Enter search keywords:" -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7777 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Adrien SAURAT <adrien.saurat@biblibre.com> --- Seeing that this search zone now has 3 fields (EAN added), I guess reducing from 2 to 1 was not the way to go. I close this. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org