We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In elasticsearch-dsl==6.1, ESIndex.save() does not take a parameter using like it does when elasticsearch-dsl==6.2. While full support for 6.2 will be implemented in #3, a few parameters have been added to support 6.2, and this is one place where backwards-compatible support is needed.
elasticsearch-dsl==6.1
ESIndex.save()
using
elasticsearch-dsl==6.2
The text was updated successfully, but these errors were encountered:
#9 type error DEMIndex save
db93980
add test to ensure that multiple versions of DEM work with DEMIndex.save
4b30859
bump version to 0.6.1 and update changelog
603e7a4
73639f7
Merge pull request #10 from HBS-HBX/#9_type_error_DEMIndex_save
2e26553
closes #9 type error DEMIndex save
codekiln
No branches or pull requests
In
elasticsearch-dsl==6.1
,ESIndex.save()
does not take a parameterusing
like it does whenelasticsearch-dsl==6.2
. While full support for 6.2 will be implemented in #3, a few parameters have been added to support 6.2, and this is one place where backwards-compatible support is needed.The text was updated successfully, but these errors were encountered: