hey all , how to check if field exists in typsense...
# community-help
s
hey all , how to check if field exists in typsense ?
1
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
s
thanks @Jason Bosco for helping me out...
👍 1
@Ajay Imade