Bug 24807: Add suppport for uncertain fields and ranges
commit4cae9b49f3036c8500db702d031c8475f5fb673b
authorNick Clemens <nick@bywatersolutions.com>
Wed, 8 Apr 2020 09:55:20 +0000 (8 09:55 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 18 Sep 2020 09:21:31 +0000 (18 11:21 +0200)
treeaf2053da30e7754ccf2c32210d5d2fa228fa8a95
parent19c5db66377fc6e30a56f365874387e682e6c4c7
Bug 24807: Add suppport for uncertain fields and ranges

To test:
1 - Have some records with uncertain dates in the 008
    19uu, 195u, etc.
2 - Index them in Elasticsearch
3 - Do a search that will return them
4 - Sort results by publication/copyright date
5 - Note odd results
6 - Apply patch
7 - Reindex
8 - Sorting should be improved

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/SearchEngine/Elasticsearch.pm