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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.