You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…d mappings
* #995 feat(elastic): add abilty to customize index settings on index creation
* #995 feat(elastic): warn user about difference between actual index and config index
* #995 feat(elastic): warn user about difference between actual index and config index - fix import order
* #995 feat(elastic): implement background index recreation while reindexing with aliases
* #995 feat(elastic): implement index name salt and fix bugs
* #995 feat(elastic): make re-indexing robust and clean up code
Is your feature request related to a problem? Please describe.
Now it is not possible to customize index settings through vendure (https://www.elastic.co/guide/en/elasticsearch/reference/7.x/index-modules.html#index-modules-settings)
The only one way - manually recreate indices.
Describe the solution you'd like
The ability to fill indices config in vendure config.
Describe alternatives you've considered
Manually recreate indices
Additional context
https://www.elastic.co/guide/en/elasticsearch/reference/7.x/index-modules.html#index-modules-settings
The text was updated successfully, but these errors were encountered: