Reload document from database, discarding local changes.
Load document by ID. Returns null if not found.
Batch load documents by IDs. Returns array of docs or nulls.
Create a new document with input data.
Update document by ID. Returns updated document.
Soft-delete document by ID. Sets status to 'archived'.
Search documents by text. Returns docs and count.
Search documents by text. Returns docs only.
Count documents matching search text.
List document IDs matching defined query.
Find single document matching defined query.
Find single document ID matching defined query.
Find single document matching query. Throws if not found.
Find single document ID matching query. Throws if not found.
Check if document exists matching defined query. Returns ID or null.
Count documents matching defined query.
Get aggregated statistics matching defined query.
Get the raw query object defined in Filter.