added option to call Dao.RecordQuery() with the collection id or name

This commit is contained in:
Gani Georgiev
2023-07-13 22:38:55 +03:00
parent a38bd5bedc
commit fdccdcebad
4 changed files with 127 additions and 68 deletions
+3
View File
@@ -77,6 +77,9 @@
- Minor Admin UI fixes (typos, grammar fixes, removed unnecessary 404 error check, etc.).
- (@todo docs) For consistency and convenience it is now possible to call `Dao.RecordQuery(collectionModelOrIdentifier)` with just the collection id or name.
In case an invalid collection id/name string is passed the query will be resolved with cancelled context error.
## v0.16.8