Skip to content

Commit

Permalink
fix: sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed Aug 27, 2023
1 parent 13af959 commit 00bb6cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/search/pkg/query/bleve/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ var _fields = map[string]string{
}

// Compiler represents a KQL query search string to the bleve query formatter.
type Compiler struct {
opts []kql.Option
}
type Compiler struct{}

// Compile implements the query formatter which converts the KQL query search string to the bleve query.
func (c *Compiler) Compile(givenAst *ast.Ast) (bleveQuery.Query, error) {
Expand Down

0 comments on commit 00bb6cb

Please sign in to comment.