# FilterOps.mode property · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.filterops.mode/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

`insensitive` to ignore case in the three matchers above.

**Signature:**

```typescript
mode?: 'default' | 'insensitive';
```

## Remarks

Prisma 7 spelled it the same way. Somebody typing a name is remembering it, not quoting it, so a search that respects case answers "no such thing" to a correct question.

