Hey, i need help in writing query for getting documents in a collection filtered by user_id
You need to create an index
From appwrite dashboard
If you already created one and still see such error, send here the code causing it and what you're indexing (appwrite dashboard screenshot of the index section)
@Surya Ashish
wait
Okay 😄
tell me how to write an index for this use case
You dont need to write it, go to your appwrite dashboard and define it
how to define them
what values should i put in
make index_type as fulltext
select the attribute name which you wanna query
thanks
You only need a full text index if you're using the search query. Key index is probably enough
Yeah that's what I was saying as it's related to querying
Recommended threads
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...
- Setup Permissions to only allow resource...
I would like to know how you do this in Appwrite Databases. Any ideas?
- Custom Domains with Cloudflare for SaaS ...
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.dono...