You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have an item with nested properties. How would I go about search the properties of that nested array.
How can I search all items with sensor type "Other"
example item :
"properties":{
"sensors" : [
{
"type" : "abc,
"bands" : ["1","2","3"]
},
{
"type" : "Other",
"res" : 10
}
],
...
}
I've already tried using "a_contains" but, it doesn't seem to allow me to search on just 1 field in the nested object array.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions