Hi Everyone! How can we query one collection item ...
# community-help
a
Hi Everyone! How can we query one collection item to multiple items from another collection? basically one too many relationships between the two collections Example: I have a categories collection called 'test' and 'product' collection the product collection has 25 product that has a field of categories with the data of 'test' we want to able to query the categories collection with the product collection that has categories field with data of 'test'
k
This is like a join in SQL world right? We're working on this feature but not available yet.