[Koha-bugs] [Bug 25054] Display search index aliases in Search Engine Configuration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 12 10:18:05 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25054

--- Comment #3 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 113543
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113543&action=edit
Bug 25054: Display search index 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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list