Koha/admin/searchengine/elasticsearch
Jonathan Druart 82716a0172
Bug 23084: Replace grep {^$var$} with grep {$_ eq $var}
We certainly faced 3 similar bugs due to this syntax: bug 23006, bug
22941 and bug 17526.

To prevent other issues related to this syntax this patch suggests to
replace them all in one go.

Test plan:
Confirm that the 2 syntaxes are similar
Eyeball the patch and confirm that there is no typo!

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-17 10:44:45 +00:00
..
field_config.yaml Bug 23089: Fix sorting on sum and regular fields 2019-11-03 07:34:01 +00:00
index_config.yaml Bug 20589: Add field boosting and use query_string fields parameter 2019-10-02 13:28:57 +01:00
mappings.pl Bug 23084: Replace grep {^$var$} with grep {$_ eq $var} 2020-02-17 10:44:45 +00:00
mappings.yaml Bug 22524: Fix publication date and year search with Elasticsearch 2019-07-26 16:16:11 +01:00