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
Hello, Would It Be Possible To Add To The Output Table Of

Hello, would it be possible to add to the output table of

clearml-data search --id 12345

a url column for the found datasets? ?It's useful when we want to inspect the contents of the dataset.

  
  
Posted 4 months ago
Votes Newest

Answers 3


yes, I'd like to search quickly in the web gui for datasets I have their ids. Unless I'm mistaken, searching on the gui cannot find the dataset by id so we have to go to CLI, find the name by the id and only then search the name in the web gui.

  
  
Posted 4 months ago

I see. It appears to be an open bug. As a workaround for now, if you go into 'Projects' -> 'All Experiments' and then search for the ID with the search bar at the top right (Magnifying glass icon)

  
  
Posted 4 months ago

Hi @<1648134232087728128:profile|AlertFrog99> , not sure I understand. Can you please elaborate on your use case?

  
  
Posted 4 months ago
215 Views
3 Answers
4 months ago
4 months ago
Tags