Elastic Search
How to ensure accurate search results with special characters?
Special characters in search queries can complicate the search experience in eCommerce platforms. To ensure accurate and error-free search results, it’s important to handle these characters properly. 1. Enable Special Characters Handling Navigate to ...
How to fix the "No alive nodes found in your cluster" error?
The "No alive nodes found in your cluster" error in Magento 2 typically occurs when Magento is unable to connect to the Elasticsearch service. This issue can arise from various factors such as Elasticsearch not running, network issues, incorrect ...
How to manage data in the amasty_xsearch_users_search table efficiently?
In order to maintain optimal database performance and manage data effectively in the Advanced Search module, you may need to truncate the amasty_xsearch_users_search table. Here’s how you can manually delete records or set up an automatic clean-up ...
How do stop words influence the search results?
In search functionalities, 'stop words' play a crucial role in filtering out unnecessary words to enhance the accuracy of search results. Stop words are common words (like 'and', 'the', 'a') that are often ignored in search queries to streamline the ...
Can Elastic Search be optimized to enhance search speed?
This article explores key issues related to Elasticsearch performance and offers actionable solutions to enhance your search operations. From addressing slow queries to managing resource utilization during reindexing, these techniques will help you ...
How to resolve image display issues in search pop-up?
If you've encountered an issue where product images are not appearing in the search pop-up on your website, it may have arisen due to missing image cache in the pub/media directory. To resolve this issue, the image cache should be regenerated. The ...
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 these steps to confirm your configuration is correctly set. 1. Elasticsearch Engine Configuration Ensure that the Amasty Elasticsearch option is ...
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 translate the search popup created by Amasty Advanced Search?
The stores often have multiple views for different languages. The Amasty extensions are easy to translate using the following article - How to translate a Magento 2 extension? However, there are peculiarities associated with the translation of the ...
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 ...
What features are included in each tariff plan of Elastic Search?
LITE Advanced Search extension - search popup with products, categories, CMS pages, browsing history, recently viewed products, popular and recent searches blocks; - integration with Amasty modules (if installed): Blog Pro, FAQ and Product Questions, ...
Why should I use your module instead of Magento Elastic Search?
Starting from version 2.4, Magento works with the Elastic Search that greatly impacts the overall performance of the website. Using Elastic Search as a search engine provides faster page loading and more relevant search results. Within the default ...
If I let a user session expire/tab stay open for a long time, then return and try searching, it fails with a console error. How to fix?
The error occurs when our security controller is protecting your website from speculative load. Please reload the page before typing in the search field.
On what basis do the results fall under the Popular Searches and Recent Searches?
The information for search queries is collected on the Magento side and can be found here: Magento Admin Panel → Marketing → SEO & Search → Search Terms. If the query is new, a new entry will be added; after each use, the number of 'uses' is ...
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
Can you install the Elastic Engine for me?
We have a special service for Elastic Engine installation in case you need assistance. Our support team will perform the installation for you and ensures that everything runs as intended. After the purchase of the service, a ticket will be created ...
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".
If you’re running on Magento Cloud environment, the issue is associated with the specificities of the Magento Cloud instance. Please refer to the Magento support article on ElasticSearch configuration. The value for Amasty Elastic Search is ...
Is it possible to install Elastic Engine on a separate server?
For the efficient work of the Elastic Search module, installation of the Elastic Engine is required. Elastic Engine is the core component that proves a fast and relevant search process. As a common practice, the engine is installed and configured on ...
Why don't I have settings on Match Mode, Wildcard and etc?
The settings are available for Amasty Elastic Search only, please make sure to set Amasty Elastic Search as the search engine in Magento Admin Panel → Stores → Configuration → Amasty Extensions → Elastic Search → Connection tab. Please note that the ...
I'd like to sort the search results, is it possible?
The Elastic Search extension provides the functionality to create relevance rules for moving the position of specific products in the search results. Please find the details about creating relevance rules in our guide. If our Improved Sorting ...
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 ...
Does the module support Elasticsearch version x.x?
The extension supports Elasticsearch versions with regard to Magento system requirements. For example, Magento 2.4.3 requires Elasticsearch 7.10, which means the latest version of our extension supports Elasticsearch 7.10 as it is fully compatible ...
What's the difference between Match Modes AND/OR?
Elastic Search module provides a possibility to configure different search modes depending on the search attribute. With a suitable configuration, you can boost the relevance of the search results. In simple words, match mode (or search mode) is how ...