]> git.koha-community.org Git - koha.git/commit
Bug 22524: Fix date/time-last-modified search with Elasticsearch
authorEre Maijala <ere.maijala@helsinki.fi>
Mon, 29 Apr 2019 08:03:22 +0000 (11:03 +0300)
committerLucas Gass <lucas@bywatersolutions.com>
Sat, 31 Aug 2019 03:37:55 +0000 (03:37 +0000)
commitbc698818938fc2ed98c86fa224b47aa90ac1e055
treea5fdfcdf1be87fbe8cf4e9988273677fcee6e0e2
parent22585ec127f090975d7a0e2b15f426e73a6bc32e
Bug 22524: Fix date/time-last-modified search with Elasticsearch

Avoid using slash in the field name since it would need to be escaped. Fix conversion of dtlm and any existing mapping.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 5d27fb71cbd91fdf196b6568a590f2eef54d7cd1)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit ab0de52ab286dfd2e8585432907d5bf2c36df944)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/SearchEngine/Elasticsearch/QueryBuilder.pm
installer/data/mysql/atomicupdate/bug_22524.perl [new file with mode: 0644]