Skip to content

Commit

Permalink
fuzzy repo search
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavsteindler committed Dec 12, 2024
1 parent 0ee9684 commit 1e982e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/catalog/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,7 @@ func (c *Catalog) ListRepositories(ctx context.Context, limit int, prefix, after
var repos []*Repository
for it.Next() {
record := it.Value()

if strings.Contains(string(record.RepositoryID), prefix) {

if record.RepositoryID == afterRepositoryID {
continue
}
Expand Down

0 comments on commit 1e982e4

Please sign in to comment.