Stretchy icon indicating copy to clipboard operation
Stretchy copied to clipboard

sort function dose not exist

Open mehdi-zarrin opened this issue 9 years ago • 0 comments

Hi, Thank you for you great package, unfortunately i couldn't find sort function. i would like to write query like below :

{
    "query": {
        "match": {
            "feed_type": {
                "query": "product",
                "type": "boolean"
            }
        }
    },
    "sort" : [
        {"created_at" : {"order" : "desc"}}
    ]
}

mehdi-zarrin avatar Oct 04 '15 09:10 mehdi-zarrin