From 5d9c41d9612180eb56c1aa6dd6461ba2d1e3ba83 Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Sat, 15 Sep 2018 10:23:32 -0400 Subject: [PATCH] removed value from being returned by the search API. --- server/controllers/lighthouse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/controllers/lighthouse.js b/server/controllers/lighthouse.js index e33fca7..22473c0 100644 --- a/server/controllers/lighthouse.js +++ b/server/controllers/lighthouse.js @@ -163,7 +163,7 @@ function getResults (input) { // End of search parts return eclient.search({ index : 'claims', - _source: ['name', 'value', 'claimId'], + _source: ['name', 'claimId'], body : { 'query': { 'bool': {