-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Elasticsearch version (bin/elasticsearch --version): 8.6.2
elasticsearch-py version (elasticsearch.__versionstr__): 8.6.2
Please make sure the major version matches the Elasticsearch server you are running.
Description of the problem including expected versus actual behavior:
I have a document:
{
"a": {
"b": []
}
}and I search it asking for fields: {"fields": ["a.b"]}. If b is empty array (as above) then this field in response is missing, but when this array is not empty then it is returned.
I expect that in the first case the empty array will be returned.
Metadata
Metadata
Assignees
Labels
No labels