Bug 38215 - Unable to clear "records with available items" limit by clicking "show all records"
Summary: Unable to clear "records with available items" limit by clicking "show all re...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching - Zebra (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 15728
  Show dependency treegraph
 
Reported: 2024-10-19 02:05 UTC by Lari Taskula
Modified: 2024-10-19 13:35 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lari Taskula 2024-10-19 02:05:10 UTC
Limiting to records with available items using facet and then attempting to reset it by pressing "Show all records" does not reset/clear the limit.

To test:
1. Set system preference SearchEngine => Zebra
2. Search (allrecords,AlwaysMatches='') (staff or OPAC, doesn't matter)
3. From facets, click "Limit to records with available items"
4. Click "Show all records"
5. Observe search box:

Expected result

(allrecords,AlwaysMatches='')

Actual result

ccl=(allrecords,AlwaysMatches='') and (( (allrecords,AlwaysMatches='') and (not-onloan-count,st-numeric >= 1) and (lost,st-numeric=0) ))