Skip to content

Commit

Permalink
Add semantic query autocomplete support
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jun 18, 2024
1 parent 946a255 commit e36bf25
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 e36bf25

Please sign in to comment.