Im trying to add meilisearch to my project, according to the Sync with Meilisearch function template, i need appwrite collection and appwrite database variables... my project runs with multiple databases and each database with multiple collections (obviously), its possible to sync all the databases and all collections instead creating multiple functions for each database/collections? each database has at least 7 collections i want to add to meilisearch, and i have atm 25 databases that means 175 functions atm, every user has its own database with its own collections (all collections are the same within databases)
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...