Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Support repo:has.topic for GitLab #56279

@camdencheek

Description

@camdencheek

We support searching GitHub topics with repo:has.topic(mytopic). We do this by ingesting topics when we sync the repo, then we have a database index on that field in the metadata column that allows us to do quick filters against the topics.

In order to support topic search for GitLab, we'll have to make sure that we actually fetch topic data during syncing (I don't think we do right now), then add a DB index on that field in the metadata so we can search over it efficiently. We might want to reach out to the Source team about syncing the topics.

Metadata

Metadata

Labels

team/code-searchIssues owned by the code search team

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions