Elastic Search and Advanced Search | GraphQL methods

Elastic Search and Advanced Search | GraphQL methods

Queries
  1. xsearchProducts (search: String)
    description: products matching customers' search query

  2. xsearchRelatedTerms (search: String)
    description: get related search terms by query

  3. xsearchRecentlyViewed
    description: get an array of recently viewed products


  4. xsearchBestsellerProducts 
    description: get an array of bestsellers products

  5. xsearchPopularSearches (search: String)
    description: popular search queries generated based on customers' searches

  6. xsearchBrowsingHistory
    description: recent search queries generated based on customer's searches

  7. xsearchRecentSearches
    description: recent search queries generated based on customers' searches

  8. xsearchCategories (search: String)
    description: categories matching customers' search query

  9. xsearchPages (search: String)
    description: pages matching customers' search query

  10. xsearchBrands (search: String)
    description: brands matching customers' search query

  11. xsearchLandings (search: String)
    description: landing pages matching customers' search query

  12. xsearchBlogs (search: String)
    description: blig posts matching customers' search query

  13. 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"
      • Promo Banners | GraphQL methods

        Kindly note that the GraphQL functionality for Promo Banners is available as a part of an active product subscription or support subscription Queries amPromoBanners (uid: Product|Category ID; cartId: Cart ID; searchQuery: Search keywords; pageType: ...