FeatureFuel
2

Filter _eq case insensitive

Source: directus/directus#25728 · opened by @rokdd
Summary

For a lot of filter rules exists case insensitive operators. Why it is not possible to have also _eq case insensitive?

Basic Example

Comparing Emailadresses or UUID are sometimes different formatted and makes filtering difficult when the data in directus is not always lower or uppercase

Motivation

It is very easy to implement and would help a lot, also when filtering in the UI

Detailed Design

Add the operator _ieq

Requirements List

Must Have:

• Add the operator _ieq

Drawbacks

Too many filter operators

Alternatives

Tried to workaround with _istarts_with which works for emailadress because it contains the domain when I put the term.

Adoption Strategy

No breaking changes

Unresolved Questions

_No response_

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests