algoliasearch-magento-2 icon indicating copy to clipboard operation
algoliasearch-magento-2 copied to clipboard

Algolia Search integration for Magento 2 - compatible with versions from 2.3.x to 2.4.x

Results 27 algoliasearch-magento-2 issues
Sort by recently updated
recently updated
newest added

**Summary** **Result**

**Summary** **Result**

**Summary** Currently, the implementation of the method `\Algolia\AlgoliaSearch\Helper\Entity\SuggestionHelper::getPopularQueries` is incorrect, because it caches the data by a cache tag `$popularQueriesCacheId` which leads to the wrong popular queries search results on...

**Summary** In some cases, RequireJS may execute the `recommend.js` callback before `window.objectId` is set in `algolia/algoliasearch-magento-2/view/frontend/templates/recommend/products.phtml`. When this happens, an *Uncaught ReferenceError* is thrown and short circuits RequireJS from firing...

**Summary** ``` syntax error, unexpected ')', expecting variable (T_VARIABLE) ```

**Summary** The comma on the last item in the constructor is not allowed prior to PHP 8.0 and it's causing syntax issues. Check this for more information: https://php.watch/versions/8.0/trailing-comma-parameter-use-list ![CleanShot 2024-02-22...