A Directus index operation for Flows.
npm install directus-operation-index
yarn add directus-operation-index
pnpm add directus-operation-index
The currently supported engines are Meilisearch
and Algolia
.
INDEX_ALGOLIA_APP_ID=APPLICATION_ID
INDEX_ALGOLIA_API_KEY=ADMIN_API_KEY
INDEX_MEILISEARCH_HOST=HOST
INDEX_MEILISEARCH_API_KEY=MASTER_KEY
Important
If INDEX_MEILISEARCH_HOST is set to a local IP address then IMPORT_IP_DENY_LIST must be adjusted.
If any bugs are found please report them as a Github Issue