Browse Source

removing admin2 match from the full valid address match

pull/169/head
Harish Krishna 10 years ago
parent
commit
b57621c0a9
  1. 5
      test/unit/query/search.js

5
test/unit/query/search.js

@ -290,11 +290,6 @@ module.exports.tests.query = function(test, common) {
'alpha3': 'USA'
}
},
{
'match': {
'admin2': 'new york'
}
},
{
'match': {
'phrase.default': '123 main st'

Loading…
Cancel
Save