Skip to content

Commit

Permalink
[settings/object] fix export all button, searchType: scan is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 4, 2016
1 parent 83764a7 commit 7aba585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/public/utils/scanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Scanner.prototype.scanAndMap = function (searchString, options, mapFn) {
type: this.type,
size: opts.pageSize,
body,
searchType: 'scan',
scroll: '1m'
scroll: '1m',
sort: '_doc',
}, getMoreUntilDone);
});
};
Expand Down

0 comments on commit 7aba585

Please sign in to comment.