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
Hi All, We Are Customizing The Clearml-Web Ui. I Would Like To Limit The Tasks That Can Be Viewed By Each User. I Want To Get Tasks With Tasks.Get_All_Ex, Can I Filter Tasks By Project Name?

Hi all,
We are customizing the clearml-web UI.
I would like to limit the tasks that can be viewed by each user.
I want to get tasks with tasks.get_all_ex,
Can I filter tasks by project name?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi SuccessfulKoala55 H. Thank you for your reply.
I found that you can filter the tasks by project id and use the projects.get_all endpoint to get the project id from the project name
Thank you very much.

  
  
Posted one year ago

Hi HugeKoala93 , you can filter tasks by project ID, and you can obtain the project ID from the project name using the projects.get_all endpoint

  
  
Posted one year ago