Browse Source

reverting the revert

pull/169/head
Harish Krishna 9 years ago
parent
commit
81555745e4
  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': params.input 'phrase.default': input
} }
}); });

Loading…
Cancel
Save