Skip to content

Commit 19d27fa

Browse files
docs: fix JSON fields FAQ - case-insensitive filtering is supported (#7380)
1 parent 37f240c commit 19d27fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/200-prisma-client/200-special-fields-and-types/100-working-with-json-fields.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ No - it is not yet possible to filter on the presence of a specific key.
10541054

10551055
### Is case insensitive filtering supported?
10561056

1057-
No - [case insensitive filtering](https://github.com/prisma/prisma/issues/7390) is not yet supported.
1057+
Yes - case-insensitive filtering for `Json` fields is supported since version 6.4.0. You can use the `mode: 'insensitive'` option with string filters like `string_contains`, `string_starts_with`, and `string_ends_with`. See [Filter on object property](#filter-on-object-property) for examples.
10581058

10591059
### Can you sort an object property within a JSON value?
10601060

0 commit comments

Comments
 (0)