Closed
Description
NEST/Elasticsearch.Net version:
NEST 7.5.1
Elasticsearch version:
7.6.0
Description of the problem including expected versus actual behavior:
If no function is selected, then the JSON formatter will still add a comma after the field name:
Steps to reproduce:
- Create an index with a rank_feature field
- Add some docs to the index with field values
- Query for a single field without a Function parameter.
- Query generated will look like:
{"query":{"rank_feature":{"field":"field.prop",}}}
- note the extra comma.
Metadata
Metadata
Assignees
Labels
No labels