Skip to content
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

search: allow the usage of INVENIO_SEARCH_PREFIX #3473

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

psaiz
Copy link
Contributor

@psaiz psaiz commented Nov 29, 2023

Invenio offers the possibility to use a prefix for the indices. This is very important if the cluster is used for other things, for example having dashboards. This prefix will be used to restrict the queries.

The current opendata config is not compatible with this setup, since it uses things like _all that will be appended to the prefix, and then it ends up creating index names that do not exist

@psaiz psaiz marked this pull request as draft November 29, 2023 15:22
@psaiz psaiz requested a review from zzacharo November 29, 2023 15:23
@psaiz psaiz marked this pull request as ready for review November 29, 2023 16:25
@psaiz psaiz merged commit a300fe6 into cernopendata:master Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants