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
Hi Folks! Are There Any Way To Add New Users To My Server And Manage Their Permissions Without Restarting Entire Clearml Server? I Have Read

Hi folks! Are there any way to add new users to my server and manage their permissions without restarting entire ClearML server? I have read this section of server configuration docs and wonder if there is any alternatives to adding new users

  
  
Posted 3 months ago
Votes Newest

Answers


Hi @<1635088270469632000:profile|LividReindeer58> , I'm afraid that isn't available in the open source version

  
  
Posted 3 months ago