Bug 29523: Add Koha::Objects->search_limited stub method
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 19 Nov 2021 12:37:38 +0000 (09:37 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 27 Oct 2023 19:40:40 +0000 (16:40 -0300)
commitd822e687d28ae8d5c5451cf0e09937d60967dd3c
tree77a8c21ad606dc4d02d042198954182dda1e64f7
parent67930244ad5dc4e65e9e040b38d0080cb80b23b9
Bug 29523: Add Koha::Objects->search_limited stub method

This method is just a passthru to the search method. It is defined here
to avoid the need to check if each class implements it.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Objects.pm