Hey folks,
I am wondering if is now possible to do the following:
- Query a relation within a collection (example I have a categories collection which has a relation to my products collection and I want to fetch all products with category id X)
- Full text search on title_description of a product
Thanks
TL;DR
Hey developers,
I have a couple of questions:
1. Is it possible to query a relation within a collection? For example, I have a categories collection that is related to my products collection, and I want to fetch all products with category ID X.
2. Can I perform a full text search on the title and description fields of a product?
Thanks in advance!