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!Recommended threads
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...