[Koha-bugs] [Bug 27113] ElasticSearch: Autocomplete in input search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 3 22:26:59 CET 2020


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

--- Comment #1 from Ivan Dziuba <ivan.dziuba at inlibro.com> ---
Created attachment 114168
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114168&action=edit
Bug 27113: ElasticSearch: Autocomplete in input search

Usually the user knows only part of the title of the book or only the name of
the author, etc. When he starting search something Koha (ElasticSearch)
predicts the rest of a word or expression which user is typing.  Autocomplete
predicts that thanks to index of ElasticSearch.

TEST PLAN
Important! We need do reindex ElasticSearch. ElasticSearch must have all
information in his index.
1. Go Intranet -> Preference -> SearchEngine -> ElasticSearch
!! APPLY PATCH !!
2. Mapping is good (Intranet -> Catalog -> Search engine configuration
(Elasticsearch) ).
If need do 'Reset Mapping'  -> 'Yes'
3. In your koha-conf.xml file you must have good <index_name> for
<elasticsearch>
4. Update Preference:
./installer/data/mysql/updatedatabase.pl
If that passe good you can look the lines:
 - DEV atomic update: bug_27113-elasticsearch_autocomplete_input_search.perl
 - Upgrade to XXX done : Bug 27113 - Autocomplete input on main page with
elasticsearch
4. For add information in the index we need run script for indexing:
./misc/search_tools/rebuild_elasticsearch.pl -v -d
5. Waiting for the end of indexing
6. Go on Preference and find "AutocompleteElasticSearch". Value must be "Show".
7. Now we have Autocomplete for all search input (advanced search also)

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


More information about the Koha-bugs mailing list