From 81555745e45664baf9a3d7a99fb4e077a418d7ed Mon Sep 17 00:00:00 2001 From: Harish Krishna Date: Mon, 6 Jul 2015 17:09:56 -0400 Subject: [PATCH] reverting the revert --- query/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query/search.js b/query/search.js index 7999bdbd..b0015983 100644 --- a/query/search.js +++ b/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 } });