refine icon indicating copy to clipboard operation
refine copied to clipboard

feat(core): add case sensitive variants for eq and ne

Open arndom opened this issue 1 month ago • 1 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention

Bugs / Features

  • [x] Related issue(s) linked
  • [ ] Tests for the changes have been added
  • [x] Docs have been added / updated
  • [x] Changesets have been added https://refine.dev/docs/guides-concepts/contributing/#creating-a-changeset

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 most data providers, eq is case-sensitive by default. So I left their integrations untouched since it could cause usage issues if we designate eq as case-insensitive and eqs as case-sensitive.
  • So this addition would mainly be useful for custom data providers.

arndom avatar Dec 05 '25 20:12 arndom

🦋 Changeset detected

Latest commit: 81b82fdac1e60832fa3cfeeb912d0ad99b9e0c93

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

changeset-bot[bot] avatar Dec 05 '25 20:12 changeset-bot[bot]