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

Add range filter support for dataSize #568

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

shobitb
Copy link
Contributor

@shobitb shobitb commented Oct 19, 2023

This commit fixes #525. It adds dataSize optional property in RecordsFilter.

It adds a new json schema definition number-range-filter with properties gt, lt, gte, and lte.

Also adds new tests to cover half-open, open, and closed range queries.

This commit fixes decentralized-identity#525.  It adds `dataSize` optional property in RecordsFilter.

It adds a new json schema definition number-range-filter with properties gt, lt, gte, and lte.

Also adds new tests to cover half-open, open, and closed range queries.
@codesandbox
Copy link

codesandbox bot commented Oct 19, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

@diehuxx diehuxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@diehuxx diehuxx merged commit cb80828 into decentralized-identity:main Oct 19, 2023
@EbonyLouis EbonyLouis added the hacktoberfest-accepted Accepted PRs for the hacking month of October label Oct 19, 2023
@shobitb shobitb deleted the iss-525 branch October 20, 2023 03:30
diehuxx pushed a commit that referenced this pull request Oct 20, 2023
* main:
  Add codecov coverage job in `integrity-check.yml` (#542)
  Add support for compressed secp256k1 publicKey (#567)
  Add range filter support for dataSize (#568)
  Replace `handle<Xyz>` methods in `Dwn` class with overloaded `process… (#566)
  Add tests for error cases in did-resolver.spec.ts (#561)
  add browser tests to gh actions. (#541)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted PRs for the hacking month of October
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add range filter support for dataSize
3 participants