django-elasticsearch-dsl-drf
django-elasticsearch-dsl-drf copied to clipboard
Support for CustomField
elasticsearch-dsl-py has a CustomField type that we use to declare "flattened" field types.
It would be great if the DocumentSerializer supported this type. Currently, because it is not in the field mapping, the field is being skipped.
Thanks.