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
PanickyFish98
Moderator
4 Questions, 7 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey, I have another question, now about the PYTHONPATH and its relationship to repo root. Let's say I have the following repo structute: ├── projects │ └── p...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
In
In PipelineController , we can set a flag disable_clone_task to re-use the scheduled task. Initially that task is in the draft mode, so this works on the fir...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi! I am trying to provide a custom output-uri for a task using clearml-task command. In our case it is a path to a data storage, which would be available to...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi! I've been trying out the TaskScheduler functionality. This is a great feature! However I ran into a couple of problems, and wanted to clarify some things...
3 years ago