Algolia Search Interface
This module provides a search interface for your Drupal site that uses Algolia, a hosted search service. It allows you to configure Algolia settings and includes the necessary JavaScript to display search results.
Synopsis
This module provides integration with the Algolia service
(https://www.algolia.com), It provides only implementation of
an actual search interface using the Algolia Javascript API.
For indexing there is an existing module
(https://www.drupal.org/project/search_api_algolia).
Currently supported:
* A form to save algolia configurations; the Index name, App Id, Api Key and Search Template.
* Cdn libraries already included in the module
* The search interface which can be customized by overriding the library if necessary
Dependencies
This module requires an account on Algolia, where you will be able to generate the required Application ID and API key. A 14-day free trial period is granted with every new account.
Pricing options can be found on the Algolia website: https://www.algolia.com/pricing
Installation
Install stable version 1.1.x
Install with Composer: $ composer require 'drupal/algolia_search_interface:1.1.x-dev@dev'