We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There has been a change in the DWN SDK which now allows you to issue a RecordsRead using the same type of Filter that you would use in RecordsQuery.
RecordsRead
RecordsQuery
If the provided filter returns more than 1 result, an error is returned from the DWN, otherwise the record is returned.
This allows the user to create and read records by a protocolPath so long as that Filter will only produce 1 record.
protocolPath
The text was updated successfully, but these errors were encountered:
LiranCohen
No branches or pull requests
There has been a change in the DWN SDK which now allows you to issue a
RecordsRead
using the same type of Filter that you would use inRecordsQuery
.If the provided filter returns more than 1 result, an error is returned from the DWN, otherwise the record is returned.
This allows the user to create and read records by a
protocolPath
so long as that Filter will only produce 1 record.The text was updated successfully, but these errors were encountered: