> In Typesense when you’re querying the collect...
# community-help
t
In Typesense when you’re querying the collection that has the reference field (
inventory
in your case), you can get the joined result by simply mentioning
$products(*)
in
include_fields
but that won’t work the other way around.
Is this something that might work in the future, or should I just go ahead and retool my collections so that the reference is reversed (ie.
products
references
inventory
)?