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
LonelyFly9
Moderator
7 Questions, 16 Answers
  Active since 17 July 2024
  Last activity 6 months ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
2 Answers
450 Views
0 Votes 2 Answers 450 Views
Suppose I managed to discover with the help of one of my colleagues how to get the user ID. I can't seem to be able to find any API for getting user data fro...
6 months ago
0 Votes
2 Answers
362 Views
0 Votes 2 Answers 362 Views
On a separate note, that embed seems to be slightly off with regards to where the link is actually pointing to, which is POST /tasks.get_all so maybe that co...
6 months ago
0 Votes
3 Answers
462 Views
0 Votes 3 Answers 462 Views
6 months ago
0 Votes
2 Answers
518 Views
0 Votes 2 Answers 518 Views
Hello there again! So, I discovered by accident (as it usually happens) that apparently ClearML uses pickle as a backup serialization method if serializing w...
8 months ago
0 Votes
10 Answers
518 Views
0 Votes 10 Answers 518 Views
To continue the above thought, how do I get a user's name from the user's ID, but through the REST API? Specifically I'd like to know how to get this object ...
6 months ago
0 Votes
9 Answers
725 Views
0 Votes 9 Answers 725 Views
8 months ago
0 Votes
0 Answers
726 Views
0 Votes 0 Answers 726 Views
9 months ago