Robert Weber
01/24/2025, 12:51 PMbooks
and a collection authors
. In the books
collection the author is referenced via id like so {"name": "author_id", "type": "string", "reference": "authors.id"}
. What I would like to do is when I search lets say for all authors starting with the name "Frank", I also want to include the books of each author in the documents returned from Typesense. Is this possible via the right value for the filter_by
parameter or is this not possible without knowing the ID of the author as stated in the example "filter_by":"$orders(customer_id:=customer_a)"
.
Thanks for your help.