Browse Source

Revert "fix broken test"

This reverts commit 68dbf1bd2e.
pull/165/head
Harish Krishna 10 years ago
parent
commit
5a052627af
  1. 12
      test/unit/query/search.js

12
test/unit/query/search.js

@ -220,17 +220,7 @@ module.exports.tests.query = function(test, common) {
} }
} }
}, },
'sort': ['_score', 'sort': ['_score'].concat(sort.slice(1)),
{
'_geo_distance': {
'center_point': {
'lat': 29.49136,
'lon': -82.50622
},
'order': 'asc',
'unit': 'km'
}
}].concat(sort.slice(1)),
'size': 10, 'size': 10,
'track_scores': true 'track_scores': true
}; };

Loading…
Cancel
Save