Browse Source

reverting phrase.default

pull/169/head
Harish Krishna 10 years ago
parent
commit
169612bee7
  1. 2
      query/search.js

2
query/search.js

@ -105,7 +105,7 @@ function generate( params ){
// note: this is required for shingle/phrase matching // note: this is required for shingle/phrase matching
query.query.filtered.query.bool.should.push({ query.query.filtered.query.bool.should.push({
'match': { 'match': {
'phrase.default': input 'phrase.default': params.input
} }
}); });

Loading…
Cancel
Save