Skip to content
Snippets Groups Projects
Patrick Hangauer's avatar
Patrick Hangauer authored
Adds a catch for the deleteObjects() exception to allow local node deletion even if not connected to the index
4a31c3eb
History

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation and Configuration
  • Known problems
  • Maintainers
  • Dependencies

INTRODUCTION

This module provides integration with the Algolia service (https://www.algolia.com), through Drupal's Search API. This module is intended to be used by developers, as it does not currently provide any implementation of an actual search interface. Only indexing is currently supported. As a result, enabling that module will not have any visible effect on your application. Search functionality may be implemented using the Algolia Javascript API.

Currently supported:

  • initial indexing of entities (see "Know problems")
  • re-indexing on node updates or through forced re-index action

Type of fields which have been successfully tested:

  • entity reference fields (either single or multivalued)
  • standard text fields containing either strings or integers (integer support is important for comparison functions in the search query)
  • geofield, address field components

REQUIREMENTS

This module requires the following modules:

This module also uses the following library:

INSTALLATION AND CONFIGURATION

Please refer to the INSTALL.md file.

KNOWN PROBLEMS

Please report problems.

MAINTAINERS

Current D7 maintainers: Matthieu Bergel (mbrgl) - https://www.drupal.org/user/489214

Current D8/D9 maintainers: Jens Beltofte (beltofte) - https://www.drupal.org/u/beltofte Christopher Calip (chriscalip) - https://www.drupal.org/u/chriscalip Nikunj Kotecha (nikunjkotecha) - https://www.drupal.org/u/nikunjkotecha

The initial Drupal 7 development of this module has been sponsored by TroisCube (http://www.troiscube.com).

The initial Drupal 8 development of this module has been sponsored by FDM.dk and FFWagency.com

DEPENDENCIES

This module requires an account on https://www.algolia.com, 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