I don't need the autocomplete popup, how do I disable it?
The autocomplete popup is the functionality of the Advanced Search module, which is a dependent component in the Elastic Search extensions. You can disable the Advanced Search module by running this command:
php bin/magento mod:dis Amasty_Xsearch -f
Related Articles
What's the difference between Advanced Search and Elastic Search?
In our catalog, we offer two search extensions for Magento 2 - Advanced Search and Elastic Search. Both of them are aimed at improvement of the search process but the functionality differs. Elastic Search consists of several components, including the ...
I've installed the module, but now it throws a warning: "Amasty Elastic is not working because "elasticsearch6" search engine is set in app/etc/env.php file".
The error indicates that the search engine settings might be hardcoded or incorrectly specified. To resolve the issue, follow these steps: For a cloud environment, check the file: .magento.env.yaml. In this file, you need to verify and, if necessary, ...
How to configure search synonyms in Amasty Elastic Search?
Besides other features like Search Relevance Rules, Stop Words, etc., the Amasty Elastic Search extension supports Search Synonyms. Default Magento synonyms aren't used in Amasty Elastic Search, the module manages synonyms separately. Step 1. To ...
I face some issues with the Elastic Search extension. What should I check?
If the extension doesn't work as expected (e.g. search results are not relevant or do not display at all), we'd recommend checking the module configurations following the instructions below. 1. A compatible version of the Elasticsearch Engine should ...
How to fine-tune Elastic Search module for exceptional results?
If you are experiencing unexpected search results while using our Elastic Search module, please follow the steps below to confirm your configuration is correctly set. Additionally, refer to our video guide for Elastic Search set up: 1. Elasticsearch ...