quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Support `_source_excludes` query params in elastisearch API

Open fmassot opened this issue 1 year ago • 1 comments

A user needs to expose only a given list of fields to its users.

Elasticsearch has a _source_excludes query param to exclude some fields returned in the search response.

Doc ref

fmassot avatar Feb 11 '24 20:02 fmassot

Reopening, since wildcards are not yet supported e.g. nested.* *.description

PSeitz avatar Feb 15 '24 10:02 PSeitz