
I have a database with dynamically created collections. Is it possible to search for properties in all collections in this database?
thanks alnes

No

No, not currently. You can only search in one collection

[SOLVED] is it possible to use listDocuments with a wildcard collection ID ?

you can list all collections, then search in all collections and agregate the results

That's what I thought too, it just doesn't seem too performant to me. Luckily, I found a solution to put all the data to be searched into one collection - with no duplicates in the database. But suffer with string array and then IDs there - is searched with Query.search. It works fine, I would have preferred to use Query.equal and go straight to the properties....
Recommended threads
- My collection is not updating after csv ...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
