mirror of
https://github.com/ent/ent.git
synced 2026-05-05 00:50:54 +03:00
doc: add json predicates for website (#1030)
This commit is contained in:
@@ -18,6 +18,11 @@ title: Predicates
|
||||
- IN, NOT IN
|
||||
- Contains, HasPrefix, HasSuffix
|
||||
- ContainsFold, EqualFold (**SQL** specific)
|
||||
- **JSON**
|
||||
- =, !=
|
||||
- =, !=, >, <, >=, <= on nested values (JSON path).
|
||||
- Contains on nested values (JSON path).
|
||||
- HasKey, Len<P>
|
||||
- **Optional** fields:
|
||||
- IsNil, NotNil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user