is there something wrong with this statement, "databases.dashboard.collections.notifications.documents.*.create" ? i don't get any items, even thogh when i do "databases.dashboard.collections.notifications.documents" i get documents all documents, and the created ones as well, which i want to specificly filter out.
TL;DR
The developer is having trouble with the statement "databases.dashboard.collections.notifications.documents.*.create" as it is not returning any items. They are able to retrieve all documents using "databases.dashboard.collections.notifications.documents", but they specifically want to filter out the created ones. They are looking for assistance in troubleshooting the issue.Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)