mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 09:24:25 +00:00
e0ea3811c4
When read the code: `pager.AddParam(ctx, "search", "search")`, the question always comes: What is it doing? Where is the value from? Why "search" / "search" ? Now it is clear: `pager.AddParamIfExist("search", ctx.Data["search"])`