Bug 7777 - Having only one text field for the serials search
Summary: Having only one text field for the serials search
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Adrien SAURAT
QA Contact: Ian Walls
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 10:55 UTC by Adrien SAURAT
Modified: 2014-12-07 20:03 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Screenshot (18.81 KB, image/png)
2012-03-21 10:55 UTC, Adrien SAURAT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adrien SAURAT 2012-03-21 10:55:52 UTC
Created attachment 8399 [details]
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:"
Comment 1 Adrien SAURAT 2012-09-21 08:03:26 UTC
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.