AndrewSisley
AndrewSisley
Personal long-term notes stashed from branch (just posting here to save them, not for consumption by others): ``` /* view cache item should pair with dag items local storage field...
This is part/a-duplicate of https://github.com/sourcenetwork/defradb/issues/681
Note: `Author(filter: {published: {_len: 2}) {` is just filtering by aggregate (`_count`), and so is already solved by views, long term this would be handled by alias targeting for those...
This is probably the same bug as https://github.com/sourcenetwork/defradb/issues/4219 please test both when picking this up.
Noted here: https://discord.com/channels/1374835078781468722/1430273886817091654 - `getPeerDocuments` should probably be renamed to `listPeerDocuments`
Do not work on this issue for now. We are probably removing schemas as a public concept in the medium term.
Hi Alex, I've changed the tags from feature to bug - the documentation does say this command only takes collection names, although perhaps it could be made a little clearer....
Due to the way col/schema name cascades, it is probably better to do this after https://github.com/sourcenetwork/defradb/issues/3646
This may no longer be needed with https://github.com/sourcenetwork/defradb/issues/3556