You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Algolia extension replaces the default search in Magento Open Source and Adobe Commerce with a robust autocomplete search menu and instant search results page.
15
+
The Algolia extension replaces the default search in Magento Open Source and Adobe Commerce with a robust autocomplete search menu and Instantsearch results page.
16
16
17
17
This extension replaces the default search of Magento with a typo-tolerant, fast & relevant search experience backed by Algolia. It's based on [algoliasearch-client-php](https://github.com/algolia/algoliasearch-client-php), [autocomplete.js](https://github.com/algolia/autocomplete.js) and [instantsearch.js](https://github.com/algolia/instantsearch.js).
18
18
@@ -61,7 +61,7 @@ With the release of a new major version, we have decided to create minor and maj
61
61
62
62
If you would like to stay on a minor version, please upgrade your composer to only accept versions less than version 2 like the example:
63
63
64
-
`"algolia/algoliasearch-magento-2": "3.10.2"`
64
+
`"algolia/algoliasearch-magento-2": "3.12.0"`
65
65
66
66
### Customisation
67
67
@@ -81,7 +81,7 @@ Knowing the version of the library will help you understand what is available in
81
81
| v3.x |[0.38.0](https://github.com/algolia/autocomplete.js/tree/v0.38.0)|[4.15.0](https://github.com/algolia/instantsearch.js/tree/v4.15.0)|[1.7.1](https://github.com/algolia/search-insights.js/tree/v1.7.1)| NA |
The autocomplete and instantsearch libraries are accessible in the `algoliaBundle` global. This bundle is a prepackage javascript file that contains it's dependencies. What is included in this bundle can be seen here:
87
87
@@ -106,7 +106,8 @@ Depending on the extension version you are using, you could have a different PHP
0 commit comments