removed value from being returned by the search API.

This commit is contained in:
Mark Beamer Jr 2018-09-15 10:23:32 -04:00
parent 59675a89ec
commit 5d9c41d961
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

View file

@ -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': {