Quick Start
To get started using Algolia in your Magento installation, just follow the steps in this video or on the page below.
Installation
There are two possible ways to install the extension:
- Through modman
- Through Magento Marketplace
Modman
With modman installed, run the following commands:
cd /path/to/your/magento/directory
modman init
modman clone https://github.com/algolia/algoliasearch-magento.git
Magento Marketplace
Navigate to the Magento Marketplace to get the extension and follow the instructions to install.
Configuration
Before Algolia can be used with Magento, an Algolia account is needed. With the account, it’s possible to configure the Magento extension to work properly.
Algolia account
An account can be created in the sign-up wizard.
Pay attention while picking a data center during the sign-up. For performance reasons, it’s best to pick the one closest to the data center of your Magento installation.
Magento settings
To configure the Magento extension, you will need the following Algolia credentials:
- Application ID
- Search-only API key
- Admin API key
These credentials can be found on the Algolia Dashboard, on the API keys page from the menu.
In the administration section of your Magento project, navigate to System > Configuration > Catalog > Algolia Search and fill in the form with all the information required.
Indexing
With the extension configured, the data in your Magento installation should be pushed to Algolia for the first time by a process called indexing. This can be accomplished by navigating to System > Indexing Management. On this page, a list of indices will show up for which the Reindex Data link has to be clicked:
- Algolia Search Products
- Algolia Search Categories
- Algolia Search Pages
- Algolia Search Suggestions
When the indexing is done, the search should now be available in your Magento installation.