We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360c47c commit a4b8ab7Copy full SHA for a4b8ab7
modules/indexer/issues/indexer.go
@@ -321,6 +321,7 @@ func DeleteRepoIssueIndexer(repo *models.Repository) {
321
}
322
323
// SearchIssuesByKeyword search issue ids by keywords and repo id
324
+// WARNNING: You have to ensure user have permission to visit repoIDs' issues
325
func SearchIssuesByKeyword(repoIDs []int64, keyword string) ([]int64, error) {
326
var issueIDs []int64
327
indexer := holder.get()
0 commit comments