Experimental Query Accelerator
'{
"table":"products",
"fields": ["name", "expiry_date"],
"filters": [
{"field":"name", "operator": "=", "value": "Bread"},
{"field":"name", "operator": "=", "value": "Bread", "bind": "|"}],
"order_by": "name",
"order_dir":"asc"
}'