decentralized-identity / decentralized-identity/dwn-sdk-js
Allow indexing + filtering/querying by `creator`
Open
feature
hacktoberfest
- Dominant language
- TypeScript
- Stars
- 322
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.