Skip to content

Conversation

@arndom
Copy link
Contributor

@arndom arndom commented Dec 5, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

no case sensitive variants for eq and ne

What is the new behavior?

There are now case sensitive variants.

resolves #6984

Notes for reviewers

  • For the most data providers, eq is case-sensitive by default. So I left their integrations untouched since it could cause usage issues if we desginate eq as case-insensitive and eqs as case-sensitive.
  • So this addition would mainly be useful for custom data providers.

- update refine-ui pkg
- add changeset
- update docs
@arndom arndom requested a review from a team as a code owner December 5, 2025 20:32
@changeset-bot
Copy link

changeset-bot bot commented Dec 5, 2025

🦋 Changeset detected

Latest commit: a608240

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

This PR includes changesets to release 2 packages
Name Type
@refinedev/refine-ui Patch
@refinedev/core 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

Copy link
Member

@BatuhanW BatuhanW left a comment

Choose a reason for hiding this comment

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

Hello @arndom thanks for the PR.

Can you also add these new filters to documentation?

Especially this page: https://refine.dev/docs/core/interface-references/#crudoperators

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.

[FEAT] Support case sensitive EQ crud operator

3 participants