mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix org repos not showing on dashboard search
This commit is contained in:
		@@ -32,6 +32,7 @@ func Search(ctx *context.APIContext) {
 | 
			
		||||
		Keyword:  strings.Trim(ctx.Query("q"), " "),
 | 
			
		||||
		OwnerID:  ctx.QueryInt64("uid"),
 | 
			
		||||
		PageSize: convert.ToCorrectPageSize(ctx.QueryInt("limit")),
 | 
			
		||||
		Searcher: ctx.User,
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Check visibility.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user