Skip to content
gongal edited this page Mar 27, 2013 · 5 revisions

Manually doing things

Searching for a recipe

Here's an example where I search for a recipe with a name that includes "Apple"

curl -XGET earthiverse.ath.cx:9200/food/recipe/_search?pretty -d '{
    "query" : {
        "query_string" : {
            "default_field" : "name",
            "query" : "Apple"
        }
    }
}'

Potential Ideas

Wolfram Alpha

http://www.wolframalpha.com/input/?i=5+stone+-+3+lbs+to+stone%3B+10+litres+-+5+cups+to+litres+%3B+20+lbs+-+5+kilograms+to+lbs+%3B+12+fathoms+-+3+feet+to+fathoms

Clone this wiki locally