Bug 29510: Make objects.find call search_limited if present
[koha.git] / Koha / REST / Plugin / Objects.pm
2024-02-22 Tomas Cohen AraziBug 29510: Make objects.find call search_limited if...
2023-07-18 Tomas Cohen AraziBug 33974: (follow-up) _order_by is not always an arrayref
2023-07-18 Tomas Cohen AraziBug 33974: Make biblioitem columns searchable in a...
2023-03-21 Tomas Cohen AraziBug 33080: Allow pagination to be built from stashed...
2023-03-21 Tomas Cohen AraziBug 33080: Introduce objects.search_rs, objects.find_rs...
2022-11-09 Martin RenvoizeBug 26635: (follow-up) Rename av_expand to strings
2022-11-09 Tomas Cohen AraziBug 26635: Move expand syntax to x-koha-embed
2022-11-09 Agustin MoyanoBug 26635: Expand authorised values in to_api method
2022-04-04 Tomas Cohen AraziBug 30394: Add x-koha-request-id handling in controllers
2022-03-25 Tomas Cohen AraziBug 30165: (follow-up) Allow objects.search usage outsi...
2022-03-22 Tomas Cohen AraziBug 30165: Make q parameter 'multi'
2022-02-25 Tomas Cohen AraziBug 30133: (follow-up) Update objects.search POD
2022-01-06 Tomas Cohen AraziBug 29506: Make objects.search call search_limited...
2021-10-28 Tomas Cohen AraziBug 28948: Teach objects.search about public requests
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Handle no results correctly
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Add POD
2021-03-09 Agustin MoyanoBug 26636: Add objects.find helper
2021-01-29 Tomas Cohen AraziBug 27034: Do not use path parameters on building the...
2021-01-28 Jonathan DruartBug 27353: Set X-Base-Total-Count header for REST API
2020-08-05 Tomas Cohen AraziBug 26143: Make the API handle per_page=-1
2020-06-24 Tomas Cohen AraziBug 25570: Paginate results by default in objects-...
2020-06-23 Jonathan DruartBug 25774: Handle utf8 chars in REST API queries
2020-03-03 Agustin MoyanoBug 24502: object.search also filter by prefetched...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Agustin MoyanoBug 24356: Make objects.search prefetch embedded relations
2020-01-30 Agustin MoyanoBug 24487: Don't apply matching criteria to path parameters
2020-01-09 Tomas Cohen AraziBug 18731: Use the stashed koha.embed in objects.search
2020-01-08 Tomas Cohen AraziBug 24321: Make objects.search use mappings from Koha...
2019-12-10 Tomas Cohen AraziBug 24191: Make objects.search pass to_model to dbic_me...
2019-02-26 Nick ClemensRevert "Bug 22026: Removed 'use Modern::Perl;' from...
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2018-02-16 Tomas Cohen AraziBug 19686: (follow-up) Add to_api param for completeness
2018-02-16 Tomas Cohen AraziBug 19686: Add objects.search a 'to_model' param
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Julian MauriceBug 19410: Move search_for_api into a Mojo helper