mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add semantic query autocomplete support (#186408)
This commit is contained in:
parent
b46f9d3867
commit
1e1e35ba08
1 changed files with 8 additions and 0 deletions
|
@ -526,6 +526,14 @@ export const query = (specService: SpecDefinitionsService) => {
|
|||
},
|
||||
},
|
||||
},
|
||||
semantic: {
|
||||
__template: {
|
||||
field: '',
|
||||
query: '',
|
||||
},
|
||||
field: '{field}',
|
||||
query: '',
|
||||
},
|
||||
span_first: {
|
||||
__template: spanFirstTemplate,
|
||||
match: SPAN_QUERIES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue