Hi, Is it possible to filter the array of object f...
# community-help
s
Hi, Is it possible to filter the array of object fields? like filter_by:
receipe.name:= ${receipeName}
k
Typesense requires indexed fields to be flattened out before being indexed. So while you can store nested fields like array of objects you can't query on them without indexing them in a flattened form.