You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching should support the capabilities of Harbor:
string(query)
Query string to query resources. Supported query patterns are "exact match(k=v)", "fuzzy match(k=v)", "range(k=[minmax])", "list with union releationship(k={v1 v2 v3})" and "list with intersetion relationship(k=(v1 v2 v3))". The value of range and list can be string(enclosed by " or '), integer or time(in format "2020-04-09 02:36:00"). All of these query patterns should be put in the query string "q=xxx" and splitted by ",". e.g. q=k1=v1,k2=v2,k3=[minmax]
The text was updated successfully, but these errors were encountered:
@bupd The query flag is currently in the project list command, but the logic for handling it has not been implemented yet. Additionally, it is not included in the project search command. Would it be appropriate to move the query flag to the project search command and implement the logic there?
Searching should support the capabilities of Harbor:
The text was updated successfully, but these errors were encountered: