mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Show nothing for match all query (#14644)
This commit is contained in:
parent
1340c041f0
commit
92bad847b5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import angular from 'angular';
|
|||
export function toUser(text) {
|
||||
if (text == null) return '';
|
||||
if (_.isObject(text)) {
|
||||
if (text.match_all) return '';
|
||||
if (text.query_string) return toUser(text.query_string.query);
|
||||
return angular.toJson(text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue