You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a property to the `Record` class that denotes the record's `creator`.
When the record is an initial write, the `creator` and `author` will return the same.
Created this issue to add query/filter for creator: TBD54566975/dwn-sdk-js#800
Hi @29deepanshutyagi - wanted to check back on this issue, as it's been 2 weeks since you've self-assigned it. Do you need any help, or have any questions? Let us know by commenting here or in our Discord ❤
Currently
author
relates to the author of a Record, however a different actor may come and update that record.Add an index for
creator
which is the author of the initial write, subsequent writes will index the author of the initial write as the creator.When filtering, allow for filtering by a single or array of creators.
The text was updated successfully, but these errors were encountered: