A Directus index operation for Flows.
npm install directus-operation-indexyarn add directus-operation-indexpnpm add directus-operation-indexThe currently supported engines are Meilisearch and Algolia.
INDEX_ALGOLIA_APP_ID=APPLICATION_ID
INDEX_ALGOLIA_API_KEY=ADMIN_API_KEYINDEX_MEILISEARCH_HOST=HOST
INDEX_MEILISEARCH_API_KEY=MASTER_KEYImportant
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