27 Apr
2022
27 Apr
'22
12:34 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30626 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@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.