add note about querying

This commit is contained in:
a 2023-05-29 15:35:57 -05:00
parent cd3ca9fcbb
commit b9557810f7
1 changed files with 5 additions and 1 deletions

View File

@ -23,4 +23,8 @@ what might this imply is needed for activitypub?
- `orderedBy`?
- what about multiple ordering criteria? SQL has `ORDER BY`
- actually, is a query language a good fit here?
- `reversed`? more like `order: Ascending` or `order: Descending`?
- `reversed`? more like `order: Ascending` or `order: Descending`?
## querying
how do you tell if an arbitrary object is included in a collection or not? without iterating over the entire collection, that is.