It works when i am searching with one attribute
search is not working while adding multiple attributes
What does mean "Not working", do you get an error? you don't the expected results?
FYI currently queries only support AND operator, that means, you are looking for title=x AND category=x
it means query only support AND operator
how can i use two attribute
your title and category search for the same query. is that intended?
yes
return the value whether it is in title or category attribute
Ahh. You are trying to use an or logic.
I think Query.or is added on 1.5x.
yes you are right
using what you are doing, it will search for documents where the category AND title contain your query.
i want to check whether that value is in either both the attribute or not
You'll have to do multiple calls for that atm. Once 1.5x is released, the or can be used.
I am very disappointed with appwrite version
Just a few more weeks for the release π
sorry to say but who are you
someone waiting for 1.5x release as well πΈ
i see double post #search is not working while adding multiple attributes but working with single attribute valuesearch
Recommended threads
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...
- Suspicious access pattern detected when ...
Hello, I am having trouble restoring my project. In the past it worked with no problems, but today I get an error "Suspicious access pattern detected". How can ...