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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itβs mention that only setup client with endpoint / api key is enou...