mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
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"])`