Hi, Is it possible to filter the array of object fields? like filter_by:
receipe.name:= ${receipeName}
k
Kishore Nallan
03/05/2022, 7:01 AM
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.