Skip to main content
Live Demo

Instalation

Basic Usage

QueryFilter Type

Field Types and Operators

The Filter component automatically shows the appropriate operators based on field type:

With Options (Select Fields)

For fields with predefined values, use the options property:

Nested Fields

Support for nested entity paths:

Collection Fields

When filtering through a 1:N or N:N relation (e.g., User has many Posts), use isCollection: true:
When isCollection: true, the filter will automatically use { quantifier: "some" } to generate the correct Prisma query: