Skip to content

Commit

Permalink
One more search query change
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmiumcat committed Feb 12, 2021
1 parent 3a97db5 commit 8eb1676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func CreateAndInitialise(bindAddr string, queryBuilder QueryBuilder, elasticSear
return nil
}

// NewSearchAPI returns a new Search Query API struct after registering the routes
// NewSearchAPI returns a new Search API struct after registering the routes
func NewSearchAPI(router *mux.Router, elasticSearch ElasticSearcher, queryBuilder QueryBuilder, transformer ResponseTransformer) *SearchAPI {

api := &SearchAPI{
Expand Down

0 comments on commit 8eb1676

Please sign in to comment.