abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Updated Search to show Authorities first #382

Closed damisul closed 2 weeks ago

damisul commented 2 weeks ago

Updated multiindex search to explicitely sort items to sort items in following order Authorities, Manifestations, Dicts using script sorting.

By default Kaminary sorts by index name in desc order, so after Person to Authority refactoring we got [Manifestations, Dicts, Authorities]. Previously (before index renaming) it was [People, Manifestations, Dicts].

Also I fixed another minor issue: it always displayed items with index starting from 1 even if non-first page of results was requested. Now second page will start from 26, third from 51, etc.