Skip to content

Commit

Permalink
Add source to field
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Aug 19, 2020
1 parent 379fd8c commit 008bdc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ function discoverController($element, $route, $scope, $timeout, $window, Promise
searchSource
.setField('index', $scope.indexPattern)
.setField('fields', $scope.state.columns)
.setField('source', true)
.setField('size', $scope.opts.sampleSize)
.setField(
'sort',
Expand Down

0 comments on commit 008bdc1

Please sign in to comment.