Hello, Is it possible to query multiple fields with full-text indexation?
For example, I want to search "Adidas" in a collection of sneakers, and return both sneakers which name or brand match. A dirty solution would be to create and index a new field with both terms, but not ideal.
Also, can I query the content of a relation? (Find sneakers where sneaker->brand->name matches "Adidas")
Also, can I query the content of a relation? (Find sneakers where sneaker->brand->name matches "Adidas")
Unfortuently that is not supported yet
Is it possible to query multiple fields with full-text indexation?
Yes, But only using AND logic
You can see more details here https://discord.com/channels/564160730845151244/1108179606680383508/1108205828894375956
Great, thanks for the quick response!
Also, happy to tell you that after a few months following Appwrite's development I finally chose it as our default backend for my dev agency. Currently creating our first production-ready app π
That's great to know @42Tom
Recommended threads
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...