To connect ElasticSearch smart search on one site, you need to implement the following steps:
- in the admin, find the module "Integration with Elasticsearch" and open
- add a new site in the integration by clicking on the button "+ Add Elasticsearch Integration "
- check the box "Active" to enable search
- indicate the site for which we are doing integration
- add "Token" - any unique and random code
- save at the bottom of the page
- We expect all products from the admin to be indexed on the ElasticSearch server (approximately 1000 products in 1 minute)
Additional options for connecting to ElasticSearch:
- Partially search by code - search by a piece of product code to find a product, not necessarily a complete match, but because of this, products may appear that you don’t want to see there
- Fuzzy search by code - a typo of 1 character of the product code is available so that the system displays the desired product
- Search by normalized code - ignores the characters "/", "-", ",", "." when searching by code
Was the article helpful?
Yes, thank you! Unfortunately no