Skip to content
New issue

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

Allow indexing + filtering/querying by creator #800

Open
Tracked by #806
LiranCohen opened this issue Sep 6, 2024 · 2 comments
Open
Tracked by #806

Allow indexing + filtering/querying by creator #800

LiranCohen opened this issue Sep 6, 2024 · 2 comments
Assignees
Labels
feature New feature or request hacktoberfest For the hacking month of October

Comments

@LiranCohen
Copy link
Member

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.

LiranCohen added a commit to TBD54566975/web5-js that referenced this issue Sep 7, 2024
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
@thehenrytsai thehenrytsai added hacktoberfest For the hacking month of October feature New feature or request labels Sep 13, 2024
@29deepanshutyagi
Copy link

.take

Copy link

github-actions bot commented Oct 5, 2024

Thanks for taking this issue! Let us know if you have any questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request hacktoberfest For the hacking month of October
Projects
None yet
Development

No branches or pull requests

3 participants