mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
feat(global-search): add filtering options by starred and bookmarked (#1336)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -667,6 +667,8 @@ func globalSearch(ctx context.Context, query string, repoDB repodb.RepoDB, filte
|
||||
Os: filter.Os,
|
||||
Arch: filter.Arch,
|
||||
HasToBeSigned: filter.HasToBeSigned,
|
||||
IsBookmarked: filter.IsBookmarked,
|
||||
IsStarred: filter.IsStarred,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user