doc: add json predicates for website (#1030)

This commit is contained in:
Ariel Mashraki
2020-12-10 20:16:23 +02:00
committed by GitHub
parent 27d5c254d7
commit 9a983b7a7f

View File

@@ -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