Skip to content

Commit

Permalink
Add semantic query autocomplete support (#186408)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest authored Jun 20, 2024
1 parent b46f9d3 commit 1e1e35b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,14 @@ export const query = (specService: SpecDefinitionsService) => {
},
},
},
semantic: {
__template: {
field: '',
query: '',
},
field: '{field}',
query: '',
},
span_first: {
__template: spanFirstTemplate,
match: SPAN_QUERIES,
Expand Down

0 comments on commit 1e1e35b

Please sign in to comment.