Skip to content

Commit

Permalink
docs: 修改错字注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Makonike committed Jul 11, 2022
1 parent 59d4e00 commit 09990ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searcher/model/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type SearchRequest struct {
Order string `json:"order,omitempty" form:"database"` // 排序类型
Page int `json:"page,omitempty" form:"database"` // 页码
Limit int `json:"limit,omitempty" form:"database"` // 每页大小,最大1000,超过报错
Highlight *Highlight `json:"highlight,omitempty" form:"database"` // 关键词高了
Highlight *Highlight `json:"highlight,omitempty" form:"database"` // 关键词高亮
Database string `json:"database" form:"database"` // 数据库名字
}

Expand Down

0 comments on commit 09990ec

Please sign in to comment.