We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db2895 commit 50f54b1Copy full SHA for 50f54b1
README.md
@@ -7,7 +7,7 @@ A Flutter Data adapter for Appwrite that provides offline support, real-time upd
7
- 🔄 **Automatic Synchronization**: Seamlessly sync data between local storage and Appwrite
8
- 📱 **Offline Support**: Work with your data even when offline
9
- ⚡ **Real-time Updates**: Listen to changes in your Appwrite collections in real-time
10
-- 🔍 **Advanced Querying**: Rich querying capabilities with operators like ('>=', '==', '!=', etc) and methods like 'startsWith', etc.
+- 🔍 **Advanced Querying**: Supported operators: '==', '!=', '>', '>=', '<', '<=', 'startsWith', 'endsWith', 'contains', 'search', 'between', 'in', 'isNull', 'isNotNull'.
11
- 🎯 **Type-safe**: Fully typed models and queries
12
- 🪄 **Easy Integration**: Simple setup process with minimal configuration
13
0 commit comments