Open buluw opened 1 year ago
Now have to manually run the command npx directus extension:searchsync index to sync to meilisearch
npx directus extension:searchsync index
Is there has automatic way to do this? just like meilisearch plugins in strapi
I found why.. After configuring .searchsyncrc.json file, the extension need restart directus to automatically synchronize the collection to meilisearch
.searchsyncrc.json
Is it possible to avoid restarting directus here?
Now have to manually run the command
npx directus extension:searchsync index
to sync to meilisearchIs there has automatic way to do this? just like meilisearch plugins in strapi