quickwit
quickwit copied to clipboard
Support `_source_excludes` query params in elastisearch API
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.
Reopening, since wildcards are not yet supported
e.g.
nested.*
*.description