Koha/admin/searchengine/elasticsearch
Fridolin Somers fd8aee9270 Bug 25054: Display search field aliases in Search Engine Configuration
It'd be great if the Search Engine Configuration page would display
the various aliases (shortcuts) available : ti for title, sn for local-number, etc.

Patch changes Koha/SearchEngine/Elasticsearch/QueryBuilder.pm to move
hard-coded vars at the beging and adds a method to provide to %index_field_convert via a method.

Test plan :
1) Use Elasticsearch
2) Go to Administration > Search engine configuration (Elasticsearch)
3) Check you see new column 'Aliases' with for example ti for title.
4) Perform a search 'ti:<title>' and check you get results

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-01-14 14:03:49 +01:00
..
field_config.yaml Bug 24807: Add "year" type to improve sorting behaviour 2020-09-18 11:21:31 +02:00
index_config.yaml Bug 27043: Add to number_of_replicas and number_of_shards to index config 2021-01-04 13:29:51 +01:00
mappings.pl Bug 25054: Display search field aliases in Search Engine Configuration 2021-01-14 14:03:49 +01:00
mappings.yaml Bug 19482: Add support for defining 'mandatory' mappings 2020-11-04 12:59:33 +01:00