Bug 27316 has changed sort to 0/1 in Elasticsearch mappings. This should be updated in mappings.yaml
Created attachment 117667 [details] [review] Bug 27856: Update mappings.yaml after bug 27316 Bug 27316 has changed sort to 0/1 in Elasticsearch mappings. This should be updated in mappings.yaml Test plan: 1) Reset mappings 2) Check sort values 0 and 1 are ok in searchengine config
Done with : sed -i 's/sort: ~/sort: 1/g' admin/searchengine/elasticsearch/mappings.yaml
Created attachment 119035 [details] [review] Bug 27856: Update mappings.yaml after bug 27316 Bug 27316 has changed sort to 0/1 in Elasticsearch mappings. This should be updated in mappings.yaml Test plan: 1) Reset mappings 2) Check sort values 0 and 1 are ok in searchengine config Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Trivial patch that should have been part of bug 27316. Signed off
Created attachment 120231 [details] [review] Bug 27856: Update mappings.yaml after bug 27316 Bug 27316 has changed sort to 0/1 in Elasticsearch mappings. This should be updated in mappings.yaml Test plan: 1) Reset mappings 2) Check sort values 0 and 1 are ok in searchengine config Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Doh, thanks for the fix Fridolin. Passing QA
I'd like an answer on bug 25325 comment 18 before pushing this one.
*** This bug has been marked as a duplicate of bug 28279 ***