Skip to content

Commit

Permalink
make check
Browse files Browse the repository at this point in the history
  • Loading branch information
juniaoshaonian committed Sep 1, 2024
1 parent d41c77f commit f6f0ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion internal/search/internal/repository/dao/builder.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package dao

import (
"github.com/ecodeclub/ekit/slice"
"strings"

"github.com/ecodeclub/ekit/slice"

"github.com/ecodeclub/webook/internal/search/internal/domain"
"github.com/olivere/elastic/v7"
)
Expand Down
4 changes: 2 additions & 2 deletions internal/search/internal/repository/dao/question.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ func NewQuestionDAO(client *elastic.Client) QuestionDAO {
Boost: questionTitleBoost,
},
"labels": {
Name: "labels",
Boost: questionLabelBoost,
Name: "labels",
Boost: questionLabelBoost,
IsTerm: true,
},
"content": {
Expand Down

0 comments on commit f6f0ec2

Please sign in to comment.