[Koha-bugs] [Bug 24615] REST API order by prefetched columns

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 8 04:04:10 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24615

--- Comment #1 from Agustín Moyano <agustinmoyano at theke.io> ---
Created attachment 98604
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98604&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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list