mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	feat(repo): support search repository by topic name (#4505)
* feat(repo): support search repository by topic name
This commit is contained in:
		@@ -91,6 +91,7 @@ func Search(ctx *context.APIContext) {
 | 
			
		||||
		OwnerID:     ctx.QueryInt64("uid"),
 | 
			
		||||
		Page:        ctx.QueryInt("page"),
 | 
			
		||||
		PageSize:    convert.ToCorrectPageSize(ctx.QueryInt("limit")),
 | 
			
		||||
		TopicOnly:   ctx.QueryBool("topic"),
 | 
			
		||||
		Collaborate: util.OptionalBoolNone,
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user