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
Answered
What What I Can See, There Is No Task Status

What what I can see, there is no task status "aborted" , only "stopped" . Is that correct?

  
  
Posted one year ago
Votes Newest

Answers 4


Ok great. We were writing clearml triggers and they didn't work with "aborted". 😅
I would kindly suggest perhaps adding a set of all statuses in the docs

  
  
Posted one year ago

That sounds like a good idea! Can you please open a GitHub issue to track this?

  
  
Posted one year ago

Hi RotundHedgehog76 , from API perspective I think you are correct

  
  
Posted one year ago

I will!

  
  
Posted one year ago