[Koha-bugs] [Bug 30626] DT REST API wrapper not building the filter query correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 27 12:34:58 CEST 2022


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

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 134016
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134016&action=edit
Bug 30626: DT REST API wrapper - Fix general search

The general search query is not built correctly.

Say you have a table with column filters, like the main patron search:
General filter: henry
Specific filter on the 'Name' column: h

The generated query will be (= are actually LIKE):
{ Column1="henry" AND Column3="henry", ...} AND { Column2="h" }

The first term does not contain the Column2 attribute.

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


More information about the Koha-bugs mailing list