File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ func getRepoIDs(reposQuery string) []int64 {
695
695
return []int64 {}
696
696
}
697
697
if ! issueReposQueryPattern .MatchString (reposQuery ) {
698
- log .Warn ("issueReposQueryPattern does not match query" )
698
+ log .Warn ("issueReposQueryPattern does not match query: %q" , reposQuery )
699
699
return []int64 {}
700
700
}
701
701
Original file line number Diff line number Diff line change 74
74
<form class="list-header-search ui form ignore-dirty">
75
75
<div class="ui small search fluid action input">
76
76
<input type="hidden" name="type" value="{{$.ViewType}}">
77
- <input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}%2C {{end}}]">
77
+ <input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}, {{end}}]">
78
78
<input type="hidden" name="sort" value="{{$.SortType}}">
79
79
<input type="hidden" name="state" value="{{$.State}}">
80
80
<input name="q" value="{{$.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}...">
You can’t perform that action at this time.
0 commit comments