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
Hey There

Hey there πŸ™‚
Would in the WebUI, on an experiment CONFIGURATION tab, for a specific parameter, would it be possible not show its value as a single string when it’s a dictionary, but rather unfold it on click on the parameter? this would make it much more readable - For now we can only hover the cursor on the value and read the string dict on the popup

  
  
Posted one year ago
Votes Newest

Answers


That's an interesting idea πŸ™‚
You should open a github issue for it!

  
  
Posted one year ago