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
HugeKoala93
Moderator
2 Questions, 1 Answer
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
725 Views
0 Votes 2 Answers 725 Views
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, Ca...
one year ago
0 Votes
6 Answers
545 Views
0 Votes 6 Answers 545 Views
one year ago
0 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 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.

one year ago