Elastic Search and Advanced Search | GraphQL methods
Queries
- xsearchProducts (search: String)
description: products matching customers' search query
- xsearchRelatedTerms (search: String)
description: get related search terms by query
- xsearchRecentlyViewed
description: get an array of recently viewed products
- xsearchBestsellerProducts
description: get an array of bestsellers products
- xsearchPopularSearches (search: String)
description: popular search queries generated based on customers' searches
- xsearchBrowsingHistory
description: recent search queries generated based on customer's searches
- xsearchRecentSearches
description: recent search queries generated based on customers' searches
- xsearchCategories (search: String)
description: categories matching customers' search query
- xsearchPages (search: String)
description: pages matching customers' search query
- xsearchBrands (search: String)
description: brands matching customers' search query
- xsearchLandings (search: String)
description: landing pages matching customers' search query
- xsearchBlogs (search: String)
description: blig posts matching customers' search query
- xsearchFaqs (search: String)
description: FAQs matching customers' search query
Related Articles
What Amasty extensions support GraphQL?
Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module. To ...
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 ...
Advanced Product Reviews | GraphQL methods
Queries advreview description: get product reviews amReviewSetting description: get Advanced Product Reviews module settings amReviewWidget description: get information about Reviews widget Mutations addAdvReview description: add review addAdvComment ...
Advanced Search API
1. Amasty\Xsearch\Api\SearchInterface GET /V1/amsearch, method="search"
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 ...