https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #11 from Andrew Fuerste-Henry <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
