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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7777
          Assignee: [email protected]
           Summary: Having only one text field for the serials search
        QA Contact: [email protected]
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to