mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-01 11:26:11 +01: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"])`
12 KiB
12 KiB