Skip to content

Commit

Permalink
Update content/200-orm/200-prisma-client/200-special-fields-and-types…
Browse files Browse the repository at this point in the history
…/100-working-with-json-fields.mdx
  • Loading branch information
ankur-arch authored Dec 5, 2024
1 parent 8bfbf33 commit fe4ca34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,9 +1001,9 @@ No - it is not yet possible to filter on the presence of a specific key.

No - [case insensitive filtering](https://github.com/prisma/prisma/issues/7390) is not yet supported.

### Can you sort an object property of a Json value?
### Can you sort an object property within a JSON value?

No - [Sorting](https://github.com/prisma/prisma/issues/10346) an object property (order-by-prop) of a Json value is not yet supported.
No, [sorting object properties within a JSON value](https://github.com/prisma/prisma/issues/10346) (order-by-prop) is not currently supported.

### How to set a default value for JSON fields?

Expand Down

0 comments on commit fe4ca34

Please sign in to comment.