[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 Jul 1 18:31:14 CEST 2022


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

--- Comment #22 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 137036
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137036&action=edit
Bug 17170: (follow-up) Correct handling of limits in ES

This patch alters the code in the ES QueryBuilder. Reflecting
how things are handled in build_query_compat we clean the query,
but not the limits. In Zebra we simply recursivly call buildQuery,
but the ES query structure is more complex, so we handle the pieces
individually

Additionally I add more tests to cover other cases

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


More information about the Koha-bugs mailing list