]> git.koha-community.org Git - koha.git/commit
Bug 37687: Restore -not_in operator
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 20 Aug 2024 13:49:15 +0000 (13:49 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 23 Aug 2024 16:21:17 +0000 (18:21 +0200)
commit7c3c36f2bb14c18aa8c18e6cd27d952c0200f0c0
treea64a449aab96cd54b41721a588bcb5efad6fb2d1
parent7e6007f51342194789488882bf044bb61e34c456
Bug 37687: Restore -not_in operator

Test plan:
1) Compare the API documentation on query parameters and note that'-not_in' is listed as a valid operator.
2) Look at the patch diff - you will see that previously '-not_in' was not included in the list and now is

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/REST/Plugin/Query.pm