Add semantic query autocomplete support (#186408)

This commit is contained in:
Carlos Delgado 2024-06-20 11:33:50 +02:00 committed by GitHub
parent b46f9d3867
commit 1e1e35ba08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -526,6 +526,14 @@ export const query = (specService: SpecDefinitionsService) => {
},
},
},
semantic: {
__template: {
field: '',
query: '',
},
field: '{field}',
query: '',
},
span_first: {
__template: spanFirstTemplate,
match: SPAN_QUERIES,