[Koha-bugs] [Bug 23089] Elasticsearch - cannot sort on non-text fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 10 19:07:15 CEST 2019


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

--- Comment #3 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 93983
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93983&action=edit
Bug 23089: Fix sorting on sum and regular fields

As of bug 20589 we no longer analyze sort fields and so we no longer need to
append ".phrase"
to our sort in searches.

Additionally, sort fields based on 'sum' should also use sum in building the
value to sort on

To test:
0 - Be using ES
1 - Find the most circulated item in your collection
2 - Search for '*'
3 - Sort by popularity DESC
4 - Note that item is not first
5 - Try to sort by anything but relevancy, it fails
6 - Apply patch
7 - Redo searches and sorts
8 - Things should now work as expected

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


More information about the Koha-bugs mailing list