Skip to content

Add OperatorFilter for comparison and range queries#31

Merged
brunogaspar merged 1 commit into
mainfrom
add-operator-filter
May 11, 2026
Merged

Add OperatorFilter for comparison and range queries#31
brunogaspar merged 1 commit into
mainfrom
add-operator-filter

Conversation

@brunogaspar

@brunogaspar brunogaspar commented May 11, 2026

Copy link
Copy Markdown
Member

Supports eq, neq, gt, gte, lt, lte operators via nested query params. Multiple operators on the same field combine with AND for range queries. Falls back to exact match for scalar values.


View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

Supports eq, neq, gt, gte, lt, lte operators via nested query params.
Multiple operators on the same field combine with AND for range queries.
Falls back to exact match for scalar values.
@brunogaspar brunogaspar self-assigned this May 11, 2026
@brunogaspar brunogaspar added the changelog:added New feature or addition label May 11, 2026
@brunogaspar brunogaspar marked this pull request as ready for review May 11, 2026 22:51
@brunogaspar brunogaspar merged commit 00b012b into main May 11, 2026
4 checks passed
@brunogaspar brunogaspar deleted the add-operator-filter branch May 11, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:added New feature or addition

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant