
hi guys, i am building a web app and i got a collection that has like 500 documents, those documents are listed on a page and i got a search input, my question is: Is using appwrites Query a good option for search?

There is a limit to read So you might need to trigger the query after when user stops writing or something like that. You could use the contains query to check for docuemets. But if your dont have user storage related issue just load some of them and cache them Then the query can be faster
Recommended threads
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
- Resource limit on the free plan
I'm currently building a health-focused tech project as part of a student initiative, and I’ve been using Appwrite extensively for backend services. As part o...
- exclude password field from getDocument
i got a getDocument that lists data from the user (username, password, id.....) so my question is how do i exclude the password so it doesnt get listed out? m...
