Skip to content

Live Search

General Information

This module overrides the default search behavior and provides the user with a popup providing “Search as you type” functionality. Our module bundles multiple modules into one, So anything Live search related should be edited/overwritten in this module:

  • "magento/module-live-search"
  • "magento/module-live-search-metrics"
  • "magento/module-live-search-product-listing"
  • "magento/module-live-search-storefront-popover"
  • "magento/module-live-search-terms"

The Search SDK is currently deprecated. However, we do not need to worry about this as this is still utilized in Luma for the “Search as you type” functionality.

Currently, with the SDK there's no way of querying additional custom attributes. If required, you would need to implement a custom solution based upon the GraphQl Catalog Service.

This module depends on the Data Services module in order to send events back to Adobe.

Currently, the only way to access the repos in GitLab is by purchasing a Hyvä Enterprise license

Module - Hyva_MagentoLiveSearch

Relevant External Documentation:

Frequently asked questions

Does this module support the PLP Widget?

As of version 1.0.5 we provide compatibility for the Product Listing Page (PLP) Widget functionality.

For more details see our PLP Widget docs.

Can I customize the appearance of the search popover?

Yes, you can customize the appearance by modifying the overriding the frontend templates and classes provided by the modules. See Adobe's docs for more details and a list of CSS class names.