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 7d007f5 commit 6757740Copy full SHA for 6757740
public/js/index.js
@@ -1702,7 +1702,7 @@ function initVueComponents(){
1702
return this.repos.length > 0 && this.repos.length < this.repoTypes[this.reposFilter].count;
1703
},
1704
searchURL: function() {
1705
- return this.suburl + '/api/v1/repos/search?uid=' + this.uid + '&q=' + this.searchQuery + '&limit=' + this.searchLimit + '&mode=' + this.repoTypes[this.reposFilter].searchMode;
+ return this.suburl + '/api/v1/repos/search?uid=' + this.uid + '&q=' + this.searchQuery + '&limit=' + this.searchLimit + '&mode=' + this.repoTypes[this.reposFilter].searchMode + (this.reposFilter !== 'all' ? '&exclusive=1' : '');
1706
1707
1708
0 commit comments