
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
- On fast refresh realtime subscription cr...
I'm using realtime subscription in a zustand store like this : ` import { Databases, Query } from "appwrite"; import { create } from "zustand"; import { DATABA...
- Can't get SMTP working with fake SMTP se...
Hey all, hope someone can help with this. After going through everything I can find on SMTP in the docs and in support, I still can't get SMTP to work. Here's m...
- am getting 500 error when trying to acce...
