JSON Index
When to use JSON index
{
"name": "adam",
"age": 30,
"country": "us",
"addresses":
[
{
"number" : 112,
"street" : "main st",
"country" : "us"
},
{
"number" : 2,
"street" : "second st",
"country" : "us"
},
{
"number" : 3,
"street" : "third st",
"country" : "ca"
}
]
}Configure JSON index
How to use JSON index
Supported filter expressions
Simple key lookup
Chained key lookup
Nested filter expression
Array access
Existence check
JSON context is maintained
Supported JSON values
Object
Array
Value
Null
Limitations
Last updated
Was this helpful?

