Summary: | Rename 'Advanced search' on serial home page to 'Filters on search results' | ||
---|---|---|---|
Product: | Koha | Reporter: | Zeno Tajoli <ztajoli> |
Component: | Serials | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | aleisha, colin.campbell, marjorie.barry-vila, patrick.robitaille |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | image of serial home |
Hm, Zeno is right, the search filters seem non-functional without doing a search first. And then the display changes - you have more search options etc. - Something there is not quite right. I agree with Katrin, it is a bit strange. For me, those search filters seem completely non-functional because if a search first it takes me to the different display with extra options, and if I haven't done a search first (which is the only way I can use this advanced search) then no results show. (if that makes sense.) the 'Subscription search' on serials-search.pl (search results) works well. What if we take this code and replaced the advanced search on serials-home.pl with this? the advanced search has it's own include file (.inc) so we could put it in there, and then just refer to the include in the serials-search.pl file. Thoughts? let me know if it doesn't make sense! It seems the display has changed since the screenshot was taken - I only see the filters now after a search. Can someone confirm? In 16.11 and 17.05, the form "Search subscriptions" displayed after a search (simple or advanced) allows to redo a search on all subscriptions. It's not just a filter form anymore. For me this request is solved. Regards, Marjorie |
Created attachment 22025 [details] image of serial home In serial home (cgi-bin/koha/serials/serials-home.pl) there is a link 'Advanced search' on the sx column, over 'Claims' and 'Check expiration'. But it doens't do a search on zebra or on mysql. It is a js filter that works only on results of a previous search. To use it you need: -- Do a search with one ot the two instrument on the top -- Open the box and insert a filter on results. So I suggesto to change the string from 'Advanced search' to 'Filters on search results'.