kibana/x-pack/plugins/global_search/common/constants.ts
Pierre Gayvallet 2ace108bc8
[GS] Show all applications when opening the search bar (#78741) (#79422)
* increase default number of results to show all apps

* fix circuit breaker

* fix ut

* add unit test
2020-10-05 12:31:44 +02:00

7 lines
288 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
export const defaultMaxProviderResults = 40;