Browse Source

just input

pull/169/head
Harish Krishna 9 years ago
parent
commit
f5e18e9e17
  1. 2
      query/search.js

2
query/search.js

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

Loading…
Cancel
Save