I'm querying documents with multiple queries,but getting index not found error in response. It's working fine with single query.
I think you need to have an index made up of both fields i.e. postedBy+isVersion
You are right, I created new index for both attributes and now it's working. Thank you.
[Resolved]Getting error for multiple queries
[SOLVED] Getting error for multiple queries
Recommended threads
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...