-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to configure meilisearch index settings #21
Comments
same question, found this issue. sadly no answers. did you find out a way @preetamslot? |
@donni106 In the end I created a function for this. something like:
|
where do you place it and when do you call it? |
@donni106 I host this on Digital Ocean functions, but you could also host it on netlify, vercel, heroku or google cloud. It is just a node function. If you prefer other languages Meilisearch has the SDk for it: |
Ah I understand, it is for running it whenever needed somewhere. True, this is nothing that an application needs on a regular base. |
@donni106 Yes! I only have to run the function when I have to reset the meilisearch or when I want to tweak the meilisearch settings. |
Hi,
how could I pass search configurations like searchableAttributes to an index?
https://docs.meilisearch.com/learn/core_concepts/indexes.html#index-settings
The text was updated successfully, but these errors were encountered: