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:
@@ -544,6 +544,14 @@ input Filter {
|
||||
Only return images or repositories with at least one signature
|
||||
"""
|
||||
HasToBeSigned: Boolean
|
||||
"""
|
||||
Only returns images or repositories that are bookmarked or not bookmarked
|
||||
"""
|
||||
IsBookmarked: Boolean
|
||||
"""
|
||||
Only returns images or repositories that are starred or not starred
|
||||
"""
|
||||
IsStarred: Boolean
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user