Hello - what is the expectation when filtering on ...
# community-help
t
Hello - what is the expectation when filtering on optional fields ? I think typesense automatically excludes the document missing one field if the filter_by clause references that field. Is that correct ? In my use case it makes sense to automatically include them (i.e disregard the filter_by clause if field does not exist) -> if a
range
field has a
min
and
max
nested fields and some of them are missing either
min
or
max
to have infinite ranges. When you filter, the “infinite” ranges are excluded when they should not be. Could the exclude/include behaviour be set as an option at field level ?