Skip to content

Commit a47ca25

Browse files
committed
Add note about GitLab search
1 parent 4b8f521 commit a47ca25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/server/src/gitlab/gitlab-repository-provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export class GitlabRepositoryProvider implements RepositoryProvider {
144144
const result = await this.gitlab.run<GitLab.Project[]>(user, async (gitlab) => {
145145
return gitlab.Projects.all({
146146
membership: true,
147+
// note: GitLab returns an empty project set when there isn't an exact match and the search length is <3
147148
search: searchString,
148149
perPage: limit,
149150
simple: true,

0 commit comments

Comments
 (0)