Hi, I'm trying this search and it seems to be working as i'm not getting anything outside the range. The issue is I've created an event that should get picked up by the below search, so I'm obviously doing something wrong here.
| search "fooResponse.bets{}.legs{}.propositionId">=150000 AND "fooResponse.bets{}.legs{}.propositionId"<=180000
Any help would be greatly appreciated.
Cheers,
Steve
i think I've worked out why, some of my numbers are coming in an array, so not getting picked up by the search.
EDIT: mvexpand worked to search in the array