Wondering if it's possible to use the dynamic index query in the studio to return documents where a field is null
Item { "Id": "Items/1", "MyField": null }
Item { "Id": "Items/1", "MyField": 123 }
The Query syntax
MyField: null
does not return anything and I haven't managed to get a range to work yet?
Thanks
Scott.