There’s no way to check for the absence or presenc...
# community-help
j
There’s no way to check for the absence or presence of fields in Typesense directly. So you would have to create a new field called say
fieldA_exists: true | false
and set that at indexing time to be able to query with it later