removed value from being returned by the search API.
This commit is contained in:
parent
59675a89ec
commit
5d9c41d961
1 changed files with 1 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue