25 Jan
2020
25 Jan
'20
4:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24502 --- Comment #1 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 97934 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97934&action=edit Bug 24502: object.search also filter by prefetched columns This patch adds the possibility to object.search helper, to also filter by prefetched columns. In order to dynamically add filter parameters, they must be coded as json string, and sent within the q parameter. The coded json, is in fact dbix syntax. To test: 1. apply this patch 2. prove t/Koha/REST/Plugin/Query.t t/db_dependent/Koha/REST/Plugin/Objects.t 3. Sign off -- You are receiving this mail because: You are watching all bug changes.