Gridify
Gridify copied to clipboard
Add support generating conditions with Index or Key in gridify-client
Details
Creating filters like the below examples should be possible via gridify-client
Property[index] = foo
Property[key] = bar
ListOfFoo[33] = bar
Dictionary[name] = john
so basically we need to support passing string or numeric values to [ ]
in the field name.