[Koha-bugs] [Bug 17170] Add the ability to create 'saved searches' for use as filters when searching the catalog

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 15 20:43:15 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170

Andrew Fuerste-Henry <andrew at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #11 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Something off about how saved filters are getting parsed here. We're ANDing
where we should OR.

I created a filter limiting to item types Book (BK) and Music (MU).

If I search for "Street" and then apply my filter, I get no results.
'street'  with limit(s): '(itype:("BK")) AND (itype:("MU"))'

If I clicked to edit my filter from the admin page and then search for "street"
from that page, I get 4 results.
'street'  with limit(s): 'itype:(("BK") OR ("MU"))'

If I just construct an advanced search for "street" limited to book and music I
get 4 results.
'(street*)' with limit(s): 'itype:(("BK") OR ("MU"))'.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list