We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60a40e commit 15140dcCopy full SHA for 15140dc
routers/web/explore/topic.go
@@ -17,7 +17,7 @@ import (
17
// TopicSearch search for creating topic
18
func TopicSearch(ctx *context.Context) {
19
opts := &repo_model.FindTopicOptions{
20
- Keyword: ctx.FormString("q"),
+ Keyword: ctx.FormString("q"),
21
ListOptions: db.ListOptions{
22
Page: ctx.FormInt("page"),
23
PageSize: convert.ToCorrectPageSize(ctx.FormInt("limit")),
0 commit comments