mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
This commit is contained in:
parent
f73fa4e462
commit
13680941f2
1 changed files with 5 additions and 3 deletions
|
@ -281,9 +281,11 @@ export function queryDsl(api) {
|
|||
__scope_link: '.',
|
||||
},
|
||||
],
|
||||
filter: {
|
||||
__scope_link: 'GLOBAL.filter',
|
||||
},
|
||||
filter: [
|
||||
{
|
||||
__scope_link: 'GLOBAL.filter',
|
||||
},
|
||||
],
|
||||
minimum_should_match: 1,
|
||||
boost: 1.0,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue