Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.3.2^2
zouap 3 years ago
parent
commit
73338a4fa7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/search.go

+ 1
- 0
routers/search.go View File

@@ -161,6 +161,7 @@ func searchRepo(ctx *context.Context, TableName string, Key string, Page int, Pa
},
Actor: ctx.User,
OrderBy: orderBy,
Private: true,
OnlyPrivate: true,
Keyword: Key,
IncludeDescription: setting.UI.SearchRepoDescription,


Loading…
Cancel
Save