just so I understand this correctly. the schema I ...
# community-help
e
just so I understand this correctly. the schema I configure for a collection is just the fields used for searching and filtering. (?) the actual document fields are all returned in a response, even if only one field, let's say "name" is configured in the schema?
j
Yup, that’s correct
You can also control which fields are returned or excluded in the results using the include_fields / exclude_fields search parameter
e
that's awesome!