[Koha-bugs] [Bug 27113] Elasticsearch: Autocomplete in search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 1 20:49:25 CET 2022


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

--- Comment #55 from The Minh Luong <the-minh.luong at inlibro.com> ---
Created attachment 131211
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131211&action=edit
Bug 27113: Rebase and correct autocomplete appearance

Rebase of previous patches and correct the buggy behavior (See "GIF showing
buggy behavior attachment")

Test plan:
1- Search for an item. Notice that the autocomplete functionnality is not
available. (See "Result" attachment)
2- Make sure that you are using Elasticsearch as your searching engine.
(Preference->SearchEngine->ElasticSearch)
3- Apply the patch.
4- Run ./installer/data/mysql/updatedatabase.pl
5- Looks for the following preferences :
   - IntranetAutocompleteElasticSearch
   - OPACAutocompleteElasticSearch
6- Set their value to show.
7- Rebuild the OPAC and staff client CSS (This step is important because the
autocomplete CSS is moved to the main SCSS file):
   Instructions here:
https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client
8- Search for an item and notice that the autocomplete functionnality is now
available.
9- In the staff interface, go in "Search the catalog".
10- Notice that the buggy behavior is now fixed.

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


More information about the Koha-bugs mailing list