https://github.com/magesuite/autocomplete
This module improves autocomplete with auto-generation of suggestions. Additional terms are generated automatically based on product names. Also searched text cab be bolded in results.
Installation
This module is optional
composer require "creativestyle/magesuite-autocomplete" ^1.0.0
this module requires Smile_ElasticsuiteCatalog
module.
Admin settings
Additional settings are located in: Stores -> Configuration -> ElasticSuite -> Autocomplete -> Popular Term autocomplete
Setting
Name | Value | Note |
---|---|---|
Generate terms | Yes/No | Along with terms coming from search history, additional terms will be generated automatically based on products names. Terms will be merged with search history based on returned products count. |
Bold searched text in results | Yes/No | When enabled searched text will be bolded on results list |
Frontend
Search term Yoga
in autocomplete results is bolded:
TODO - BE documentation and review of documentation is needed