Skip to content

Instantly share code, notes, and snippets.

View Alexerson's full-sized avatar

Alexandre Spaeth Alexerson

View GitHub Profile
@Alexerson
Alexerson / gist:7356362
Created November 7, 2013 15:21
ElasticSearch _geo_distance sort error.
curl "localhost:9200/api/_search?pretty=true" -d '{
"query":{
"term":{
"django_ct":"auth.user"
}
}
}'
{
"took" : 3,