Skip to content

docs: add _ieq and _nieq filter operators#627

Open
singhvishalkr wants to merge 1 commit intodirectus:mainfrom
singhvishalkr:docs/add-ieq-nieq-filter-operators
Open

docs: add _ieq and _nieq filter operators#627
singhvishalkr wants to merge 1 commit intodirectus:mainfrom
singhvishalkr:docs/add-ieq-nieq-filter-operators

Conversation

@singhvishalkr
Copy link
Copy Markdown

Description

Documents the _ieq (case-insensitive equal) and _nieq (case-insensitive not equal) filter operators that are implemented in the API but missing from the filter rules documentation.

These operators perform case-insensitive equality comparisons using LOWER() on both sides, consistent with the existing _icontains, _istarts_with, and _iends_with operators.

Closes directus/directus#18496

Implementation reference

From api/src/database/run-ast/lib/apply-query/filter/operator.ts:

  • _ieq: LOWER(??) = LOWER(value)
  • _nieq: LOWER(??) <> LOWER(value)

@singhvishalkr singhvishalkr requested a review from a team as a code owner April 11, 2026 17:50
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

@singhvishalkr is attempting to deploy a commit to the Directus Team on Vercel.

A member of the Team first needs to authorize it.

@singhvishalkr singhvishalkr force-pushed the docs/add-ieq-nieq-filter-operators branch from c71a5b2 to 826b6a3 Compare April 11, 2026 18:16
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.

Undocumented Filter: Case Insensitive

1 participant