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
Is It Possible To Set Default Columns To Show On The Clearml-Server Web Ui For Every User?

Is it possible to set default columns to show on the clearml-server web ui for every user?

  
  
Posted 11 months ago
Votes Newest

Answers 4


Hi @<1523701868901961728:profile|ReassuredTiger98> , currently this setting is per-user, as part of the user's own specific state

  
  
Posted 11 months ago

Alright, thanks. Would be a nice feature 🙂

  
  
Posted 11 months ago

Thanks a lot. But even for a user, I can not set a default for all projects, right?

  
  
Posted 11 months ago

Nope, that's not yet implemented

  
  
Posted 11 months ago
609 Views
4 Answers
11 months ago
11 months ago
Tags