https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24615 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #98604|0 |1 is obsolete| | --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 99338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99338&action=edit Bug 24615: Make object.search helper also order by embedded columns With this patch REST API request can order results by embedded columns. Full path to the column must be given for it to work. For example: If you are on biblio endpoint and you want to order by holding patron's card number you could
GET /biblio/1?_order_by=item.holds.cardnumber HTTP/1.1 x-koha-embed: item.holds
To test: 1. apply this patch 2. prove t/db_dependent/Koha/REST/Plugin/Objects.t Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.