Quick Start
As you've successfully completed installation of Elastic Search Ultimate, we will guide you through the main steps required to start efficiently using our extension.
-
Make the content of your store searchable by configuring different Search Indexes.
- Go to System / Search / Manage Indexes
- Enable or add new indexes that you want to be searchable
- After that please reindex search indexes by running the command
php -f bin/magento indexer:reindex catalogsearch_fulltext
- Configure Global Search Options and Additional Search Options
-
Display search results the way you want it with the Autocomplete option!
- Open Search Autocomplete configuration in System / Search Management / Settings / Search Autocomplete.
- Enable required indexes and set proper results limit.
-
Enable Search Spell Correction
Please reindex spell correction by running the command
php -f bin/magento indexer:reindex mst_misspell
Please follow our guide step by step to get the best search result!