-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto indexing after docker restart #562
Comments
Hey @stattmal, you can either create a script that uses the API of the plugin Or you can create a custom script with meilisearch-js |
Hey @stattmal, can I close this issue? |
Sure, thx for your support. Worked for me :) |
Hi @stattmal, @bidoubiwa, I am facing the same issue, may I know how did you do it? The authorization header will only be valid for a time and cannot ensure the header is valid when posting the api |
@bidoubiwa @stattmal @soapwong703 I'm also utterly lost with this. The meilisearch plugin does not expose any |
Hey guys - I did the following within Added a
Called that function within bootstrap:
Hope that helps :) |
That did indeed help. Thanks a lot for the clarification! |
I'm reopening this as it raises the same issue as this #695 |
Hey guys,
is there a way to auto index a collection-type after the docker container restarts. So if I turn on indexing within my Strapi backend and do a docker restart, I have to turn on indexing again over the UI.
Doing that code based would be amazing, otherwise I have to log in into Strapi after each deployment.
Thanks :)
The text was updated successfully, but these errors were encountered: