Commit 2c88b418 by Torkel Ödegaard

Fix import from elasticsearch limit, Fixes #1843, Fixes 2154

parent 66e60357
......@@ -264,7 +264,7 @@ function (angular, _, config, kbn, moment) {
var query = {
query: { query_string: { query: queryString } },
facets: { tags: { terms: { field: "tags", order: "term", size: 50 } } },
size: this.searchMaxResults,
size: 10000,
sort: ["_uid"],
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment