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, There Is Small Bug In The Web Ui When Comparing Two Experiments Scalars: If The Two Tasks Have The Same Name, Then Clicking On The “Maximize Graph” Button On One Scalar Series To Get The Bigger View On That Scalar Series, Then The Color Of Both Series

Hi, there is small bug in the web UI when comparing two experiments scalars: If the two tasks have the same name, then clicking on the “Maximize graph” button on one scalar series to get the bigger view on that scalar series, then the color of both series is the same, even if you change it. I guess it’s because of the name of the experiment being the same for both series. In other scalar series views, the problem doesn’t exist because the first digits of the unique id of the task are appended to the experiment’s name, but it’s not the case in the bigger view.

  
  
Posted 2 years ago
Votes Newest

Answers 5


I've been trying to do things like "color these five experiments one color, color these other five a different color", but then once I maximize the thing the colors all change

  
  
Posted 2 years ago

Thanks, yes you are correct the color is derived from the series name, so I guess the issue is the name+Id is not kept in full screen

  
  
Posted 2 years ago

JitteryCoyote63 I'll take a look, thanks a lot for the heads up! 🙂

  
  
Posted 2 years ago

Oh yeah, that's been bugging me for a while

  
  
Posted 2 years ago

Fix in the next version 🙂

  
  
Posted 2 years ago