Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created February 23, 2009 23:50
Show Gist options
  • Save johnbender/69272 to your computer and use it in GitHub Desktop.
Save johnbender/69272 to your computer and use it in GitHub Desktop.
<form method="GET" action="http://localhost:2000/grove/shop/query/"
id="first" name="first">
<input type="hidden" name="query" id="query"
value ='{ "query" :
[ {"columns" : [ "item" ]},
{"operations" : [{"eq" : {"item" : { "string" : "orange"}}}]},
{"order": "descending" }
]
}'
/>
<input type="Submit" value="Query Localhost" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment