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

fix(nestjs-query): implement unimplemented operators #6010

Conversation

yamadayutaka
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

The following filter operators do not work.

  • containss
  • ncontainss
  • startswiths
  • nstartswiths
  • endswiths
  • nendswiths
  • nbetween

What is the new behavior?

The following filter operators work correctly.

  • containss
  • ncontainss
  • startswiths
  • nstartswiths
  • endswiths
  • nendswiths
  • nbetween

fixes #6008

Notes for reviewers

@yamadayutaka yamadayutaka requested a review from a team as a code owner June 3, 2024 12:49
Copy link

changeset-bot bot commented Jun 3, 2024

🦋 Changeset detected

Latest commit: 86e4b85

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@refinedev/nestjs-query Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@BatuhanW BatuhanW changed the base branch from master to releases/june June 3, 2024 13:13
@BatuhanW BatuhanW added this to the June Release milestone Jun 3, 2024
@BatuhanW BatuhanW merged commit 03557ae into refinedev:releases/june Jun 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Some filter operators are not implemented in the Nestjs-Query Data Provider
2 participants