Rename context.Query to context.Form (#16562)
This commit is contained in:
@@ -274,7 +274,7 @@ func TopicSearch(ctx *context.APIContext) {
|
||||
return
|
||||
}
|
||||
|
||||
kw := ctx.Query("q")
|
||||
kw := ctx.Form("q")
|
||||
|
||||
listOptions := utils.GetListOptions(ctx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user