You are here

README.txt in Search API Algolia 8

Same filename and directory in other branches
  1. 7 README.txt
  2. 2.0.x README.txt
CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Requirements
 * Installation
 * 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:
 * Search API (https://www.drupal.org/project/search_api)

This module also uses the following library:
 * Algolia search client PHP library
   https://github.com/algolia/algoliasearch-client-php
   add via `composer require algolia/algoliasearch-client-php`


INSTALLATION
------------
Please refer to the INSTALL.txt file.


KNOWN PROBLEMS
--------------
Please report problems.


MAINTAINERS
-----------

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

Current D8 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

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Known problems
  7. * Maintainers
  8. * Dependencies
  9. INTRODUCTION
  10. ------------
  11. This module provides integration with the Algolia service
  12. (https://www.algolia.com), through Drupal's Search API. This module is intended
  13. to be used by developers, as it does not currently provide any implementation of
  14. an actual search interface. Only indexing is currently supported. As a result,
  15. enabling that module will not have any visible effect on your application.
  16. Search functionality may be implemented using the Algolia Javascript API.
  17. Currently supported:
  18. * initial indexing of entities (see "Know problems")
  19. * re-indexing on node updates or through forced re-index action
  20. Type of fields which have been successfully tested:
  21. * entity reference fields (either single or multivalued)
  22. * standard text fields containing either strings or integers (integer support
  23. is important for comparison functions in the search query)
  24. * geofield, address field components
  25. REQUIREMENTS
  26. ------------
  27. This module requires the following modules:
  28. * Search API (https://www.drupal.org/project/search_api)
  29. This module also uses the following library:
  30. * Algolia search client PHP library
  31. https://github.com/algolia/algoliasearch-client-php
  32. add via `composer require algolia/algoliasearch-client-php`
  33. INSTALLATION
  34. ------------
  35. Please refer to the INSTALL.txt file.
  36. KNOWN PROBLEMS
  37. --------------
  38. Please report problems.
  39. MAINTAINERS
  40. -----------
  41. Current D7 maintainers:
  42. Matthieu Bergel (mbrgl) - https://www.drupal.org/user/489214
  43. Current D8 maintainers:
  44. Jens Beltofte (beltofte) - https://www.drupal.org/u/beltofte
  45. Christopher Calip (chriscalip) - https://www.drupal.org/u/chriscalip
  46. Nikunj Kotecha (nikunjkotecha) - https://www.drupal.org/u/nikunjkotecha
  47. The initial Drupal 7 development of this module has been sponsored by
  48. TroisCube (http://www.troiscube.com).
  49. The initial Drupal 8 development of this module has been sponsored by FDM.dk
  50. and FFWagency.com
  51. DEPENDENCIES
  52. ------------
  53. This module requires an account on https://www.algolia.com, where you will be
  54. able to generate the required Application ID and API key. A 14-day free trial
  55. period is granted with every new account.
  56. Pricing options can be found on the Algolia website:
  57. https://www.algolia.com/pricing