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 4b8f521 commit a47ca25Copy full SHA for a47ca25
components/server/src/gitlab/gitlab-repository-provider.ts
@@ -144,6 +144,7 @@ export class GitlabRepositoryProvider implements RepositoryProvider {
144
const result = await this.gitlab.run<GitLab.Project[]>(user, async (gitlab) => {
145
return gitlab.Projects.all({
146
membership: true,
147
+ // note: GitLab returns an empty project set when there isn't an exact match and the search length is <3
148
search: searchString,
149
perPage: limit,
150
simple: true,
0 commit comments