
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
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
