
Heyo.
I am trying to use this query: ?queries[]=search("multistores","db_nl")&queries[]=search("languages","nl")
I get nothing back from the collection. However when I use ?queries[]=search("multistores","db_nl")
, it works fine. Is there something wrong with the syntax or something?
I have both "multistores" and "languages" as indexes. It just gives me an empty array if I use both.

Here's an example of 2 documents, both having "db_nl" and "nl" in multistores and languages.

My attributes and indexes:

nl is too short. See https://github.com/appwrite/appwrite/discussions/5005

Bummer haha. Thanks!

[Solved] issue using SEARCH query in Rest API
Recommended threads
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
