Elastic Search
Search results are different in the pop-up and search results page. What can I check?
If you notice discrepancies between the products displayed in the autocomplete pop-up and those shown on the search results page, we recommend checking the following settings to resolve the issue: Step 1. Ensure Modules Are Updated to the Latest ...
How to resolve error 500 in the GraphQL response?
In some cases, error 500 could appear in the search results page with the following error in the console: query {config: storeConfig {\n isProductReviewsBlockEnabled: amasty_xsearch_product_reviews\n isProductAddToCartBlockEnabled: ...
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 receive search results for queries including spaces?
To receive search results when your query includes one or more spaces, please, follow these steps: - Navigate to Stores > Configuration > Amasty Extensions > Elastic Search > Catalog tab. Then, specify the Match Mode = OR for the relevant ...
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 ...
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".
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, ...
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 or Opensearch version x.x?
The extension is designed to be fully compatible with Elasticsearch and OpenSearch, aligning with the system requirements of Magento. For example, Magento 2.4.4 requires OpenSearch 1, and our latest extension version supports this search engine ...
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 ...