Bug 40016 - Search within results is broken for publication date
Summary: Search within results is broken for publication date
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-28 13:21 UTC by Baptiste Wojtkowski (bwoj)
Modified: 2025-05-28 13:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Wojtkowski (bwoj) 2025-05-28 13:21:34 UTC
Steps to reproduce (ktd, zebra), pb can be reproduced with es.

1 - Make sure the syspref IntranetCatalogSearchPulldown is active.
2 - Type jean in advanced search -> you get three results (url: http://koha-ktd:8081/cgi-bin/koha/catalogue/search.pl?advsearch=1&op=AND&idx=kw&q=jean&sort_by=relevance)
3 - In Search within results, select publication date in the dropdown, and type 1990-2000 -> broken (url: http://koha-ktd:8081/cgi-bin/koha/catalogue/search.pl?idx=kw&q=jean&&&limit=1990-2000)
4 - Type jean in advanced search, click on more options, fill "1990-2000" in 'limit' -> it works ! (url: http://koha-ktd:8081/cgi-bin/koha/catalogue/search.pl?advsearch=1&op=AND&idx=kw&q=jean&limit-yr=1990-2000&sort_by=relevance)