parulthakkar-pkg / algoliastorelocator-magento2
Using Algolia search module for storelocator search
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- algolia/algoliasearch-magento-2: >=1.7.0@dev
This package is auto-updated.
Last update: 2025-03-29 00:48:50 UTC
README
Magento 2 module for easy extension of Algolia's Magento 2 module.
Guides
Installation
First need to install the Algoliasearch extension Follow guidelines with this reference link - (https://github.com/algolia/algoliasearch-magento-2) The template module can be installed via Composer:
$ cd /path/to/your/magento2/directory
$ composer require parulthakkar-pkg/algoliastorelocator-magento2
$ php bin/magento setup:upgrade
The Algolia PHP API Client
The extension does most of the heavy lifting when it comes to gathering and preparing the data needed for indexing to Algolia. In terms of interacting with the Algolia Search API, the extension leverages the PHP API Client for backend methods including indexing, configuration, and search queries.
Depending on the extension version you are using, you could have a different PHP API client version powering the extension's backend functionality.
Extension Version | API Client Version |
---|---|
v1.x | 1.28.0 |
v2.x | 2.5.1 |
v3.x | 2.5.1 |
Refer to these docs when customising your Algolia Magento extension backend:
Need Help?
Here are some helpful documentation to help with your issue:
- General FAQs
- Technical Troubleshooting Guide
- Indexing Queue
- Frontend Custom Events
- Dispatched Backend Events
For feedback, bug reporting, or unresolved issues with the extension, please contact us at support@algolia.com. Please include your Magento version, extension version, application ID, and steps to reproducing your issue. Add additional information like screenshots, screencasts, and error messages to help our team better troubleshoot your issues.