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

global: check if we can depend on elasticsearch7 instead elasticsearch PyPI module. #213

Open
lnielsen opened this issue Feb 21, 2022 · 0 comments

Comments

@lnielsen
Copy link
Member

It would be an advantage if we're able to install invenio-search with support for all ES/Opensearch versions at the same time.

Currently, you have to install invenio-search[elasticsearch7] or invenio-search[elasticsearch6] which will install either elasticsearch in version v6.x or v7.x (i.e. we cannot install both versions at the same time.

If instead we could rely on the elasticsearch6 and elasticsearch7 packages we would be able to have both installed at the same time, and we could avoid conditional dependencies.

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

No branches or pull requests

1 participant