dimitrov-adrian / directus-extension-searchsync

Simple Directus 9 extension that sync content with remote search engine.
MIT License
116 stars 27 forks source link

How to automatically synchronize meilisearch when updating collection data? #24

Open buluw opened 1 year ago

buluw commented 1 year ago

Now have to manually run the command npx directus extension:searchsync index to sync to meilisearch

Is there has automatic way to do this? just like meilisearch plugins in strapi

buluw commented 1 year ago

I found why.. After configuring .searchsyncrc.json file, the extension need restart directus to automatically synchronize the collection to meilisearch

Is it possible to avoid restarting directus here?