The "-not_in" operator has been left out of the list of valid operators
Created attachment 170497 [details] [review] 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
Created attachment 170537 [details] [review] 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>
Testing notes: 1. API documentation (search page for -not_in): https://api.koha-community.org/Development.html#section/Filtering-responses
Created attachment 170566 [details] [review] 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>
Great! Works like a charm :)
Pushed for 24.11! Well done everyone, thank you!
Backported to 24.05.x for upcoming 24.05.06
Does this not need a unit test ?
Pushed to 23.11.x for 23.11.11