Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
LudicrousPanda17
Moderator
1 Question, 6 Answers
  Active since 21 June 2023
  Last activity one year ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
9 Answers
549 Views
0 Votes 9 Answers 549 Views
Hello everyone, I have a small question for the clearml api . I am trying to filter tasks that have 2 tags. It seems the default condition operator is or ; I...
one year ago
0 Hello Everyone, I Have A Small Question For The

yeah I know that your method will allow me to do it via the UI; but that would be a manual task. I am trying to add a clearml task that does that automatically, without me opening the UI. This script will search through the server api look for set of tags and execute extra action (e.g. renqueue them once a new fix task is available, runner debugging task, etc …)

one year ago
0 Hello Everyone, I Have A Small Question For The

Thanks for the hints, but I am using a script to basically do <<a given action>> based on <<a given condition>> . the condition is the presence of both tags in a task, which I thought was the simpler way to group tasks form a server api point of view. any suggestion?

one year ago
0 Hello Everyone, I Have A Small Question For The

Hey @<1523701070390366208:profile|CostlyOstrich36> ! I makes total sense. Thank you very much for your explanation and sorry I misunderstood you the first time around 🙂 found it and FYI for whoever is following the thread its "__$and"
image

one year ago
0 Hello Everyone, I Have A Small Question For The

Hey @<1523701070390366208:profile|CostlyOstrich36> Just checking back on this… any updates? Is this doable? Or does this feature not exist?

one year ago
0 Hello Everyone, I Have A Small Question For The

To give a bit more context, I am tagging my controller task both with the version of the pipeline and with a failure type ; I want to do some more analysis on these tasks or renqueue when I fix a given bug…. maybe there is a better way to get all controller failed due the same error for the same controller version

one year ago