Skip to content

base-search indexer to enable collecting and adding records to an algolia search index

License

Notifications You must be signed in to change notification settings

doowb/search-indexer-algolia

Repository files navigation

search-indexer-algolia NPM version NPM monthly downloads NPM total downloads Linux Build Status Windows Build Status

base-search indexer to enable collecting and adding records to an algolia search index

Install

Install with npm:

$ npm install --save search-indexer-algolia

HEADS UP!

SECRET_KEY has been changed to API_KEY to reflect the naming conventions of the algoliasearch api. SECRET_KEY will still work but will be deprecrated and removed in the next major version.

Usage