decentralized-identity / decentralized-identity/dwn-sdk-js
`RecordsRead` should not fail if multiple values exist
Open
feature
hacktoberfest
- Dominant language
- TypeScript
- Stars
- 322
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Currently, if there is more than one match to a `RecordsRead` filter, the operation will fail.
The desired behavior is to include an optional `sort` property for the read, which allows the user control over which record to return if there is more than one record matching the filter.
Contributor guide
Assessment
This issue has not been assessed yet.