Skip to content

Commit

Permalink
Undo use_es_doc_search.ts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Sep 9, 2020
1 parent 17d9bce commit f84b36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function buildSearchBody(id: string, indexPattern: IndexPattern): Record<
stored_fields: computedFields.storedFields,
_source: true,
script_fields: computedFields.scriptFields,
fields: ['*'],
docvalue_fields: computedFields.docvalueFields,
};
}

Expand Down

0 comments on commit f84b36d

Please sign in to comment.