| ... | ... | @@ -117,6 +117,6 @@ Does the left JSONB value contain the right JSONB path/value entries at the top |
|
|
|
```JSON
|
|
|
|
#/data/core/customer/query
|
|
|
|
{
|
|
|
|
"conds" : {"me.phonenumbers" : {"@>" : {"mobile": "+4354359"} },
|
|
|
|
"conds" : {"me.phonenumbers" : {"@>" : {"mobile": "+4354359"} } }
|
|
|
|
}
|
|
|
|
``` |