[Koha-bugs] [Bug 7777] New: Having only one text field for the serials search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 21 11:55:52 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7777

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7777
          Assignee: adrien.saurat at biblibre.com
           Summary: Having only one text field for the serials search
        QA Contact: koha.sekjal at gmail.com
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: adrien.saurat at 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.


More information about the Koha-bugs mailing list