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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 3 02:55:36 CEST 2021


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

--- Comment #43 from David Nind <david at davidnind.com> ---
I finally got this to work for me, and it is a really nice feature. Nice work!

I've signed off, but these are my suggestions for the wording for the new
system preferences - the QA Team will probably comment on this is as well, so
you may as well get ahead of them!:

1. IntranetAutocompleteElasticSearch: change system preference name to
StaffInterfaceAutocompleteElasticsearch - We are using 'staff interface' now,
instead of 'intranet' - not sure what the protocol is for system preference
names, but for new system preferences we should probably start using
StaffInterface; Elasticsearch doesn't have a capital S (see for example the
SearchEngine system preference)

2. Wording for IntranetAutocompleteElasticSearch: 
   . Currently: Don't show/Show looking terms based on a provided text by using
an ElasticSearch for Intranet. 
   . Suggested: Don't show/Show search suggestions in the staff interface when
using Elasticsearch. 

3. Wording for OPACAutocompleteElasticSearch: 
   . Currently: Don't show/Show looking terms based on a provided text by using
an ElasticSearch for OPAC. 
   . Change to: Don't show/Show search suggestions in the OPAC when using
Elasticsearch.

Other testing notes (using koha-testing-docker):
. Package command to rebuild the index: koha-elasticsearch -d --rebuild -a -b
kohadev
. Needed to change .env file as a result of recent commits to
koha-testing-docker for Elasticsearch (compared default with custom .env file
and added new variables)
. As indicated earlier, had to apply patch interactively: 1st excluding CSS
patch, then again to include CSS patch
. Rebuild CSS as per CSS patch

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


More information about the Koha-bugs mailing list