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
The field has been added, but it's only available through this path: from elasticsearch_dsl.field import ConstantKeyword.
I wonder whether it's possible to make it accessible through from elasticsearch_dsl import ConstantKeyword like the rest of the fields? If the answer is positive, I would be happy to create a PR and apply this small change :)
The text was updated successfully, but these errors were encountered:
It has been requested for the
ConstantKeyword
support in this issue: Support for constant_keyword #1373The field has been added, but it's only available through this path:
from elasticsearch_dsl.field import ConstantKeyword
.I wonder whether it's possible to make it accessible through
from elasticsearch_dsl import ConstantKeyword
like the rest of the fields? If the answer is positive, I would be happy to create a PR and apply this small change :)The text was updated successfully, but these errors were encountered: