File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function initVueComponents() {
124
124
return this . repos . length > 0 && this . repos . length < this . counts [ `${ this . reposFilter } :${ this . archivedFilter } :${ this . privateFilter } ` ] ;
125
125
} ,
126
126
searchURL ( ) {
127
- return `${ this . subUrl } /repo/search?sort=updated&order=desc&minimal=1& uid=${ this . uid } &team_id=${ this . teamId } &q=${ this . searchQuery
127
+ return `${ this . subUrl } /repo/search?sort=updated&order=desc&uid=${ this . uid } &team_id=${ this . teamId } &q=${ this . searchQuery
128
128
} &page=${ this . page } &limit=${ this . searchLimit } &mode=${ this . repoTypes [ this . reposFilter ] . searchMode
129
129
} ${ this . reposFilter !== 'all' ? '&exclusive=1' : ''
130
130
} ${ this . archivedFilter === 'archived' ? '&archived=true' : '' } ${ this . archivedFilter === 'unarchived' ? '&archived=false' : ''
You can’t perform that action at this time.
0 commit comments