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
Can I Somehow Disable The Popup “Welcome To Clearml” Window At Each Visit? After Closing And Refreshing The Site It Just Pops Up Again

Can I somehow disable the popup “WELCOME TO CLEARML” window at each visit? After closing and refreshing the site it just pops up again

  
  
Posted 2 years ago
Votes Newest

Answers 5


The clearml-server is running on a remote machine and I do port-forwarding via ssh to localhost to access the web interface. Not sure if this is the cause

  
  
Posted 2 years ago

EnormousWorm79 , are you working from different browsers / private windows?

  
  
Posted 2 years ago

LOL EnormousWorm79 you should have a "do not show again" option, no?

  
  
Posted 2 years ago

no and no

  
  
Posted 2 years ago

EnormousWorm79 The WebApp relies on a specific key on local storage to prevent it from displaying the windows again. If the session get deleted it will show the popup again - perhaps this is what happens?

  
  
Posted 2 years ago
457 Views
5 Answers
2 years ago
one year ago
Tags