Bug 23089: Fix sorting on sum and regular fields
authorNick <nick@bywatersolutions.com>
Thu, 10 Oct 2019 16:06:08 +0000 (16:06 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sun, 3 Nov 2019 07:34:01 +0000 (07:34 +0000)
commit6a2ba8b6b23f482dcf8bbe53668d93519a11edf5
tree11c920a80023cf3660648907850f562657fbc7d9
parentfe4a9bdc94d1a1a7c89be645ee74b6c8991fadf1
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

Signed-off-by: Ere Maijala <ere.maijala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/SearchEngine/Elasticsearch.pm
Koha/SearchEngine/Elasticsearch/QueryBuilder.pm
admin/searchengine/elasticsearch/field_config.yaml