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
Unanswered
Is There Anywhere You Prefer To Have Feature Requests? I Understand It Might Not Be Core-Functionality, But I Would Love To Have A Way To View Code Diffs On My Runs. Sure, I Could Just Make Sure To Commit And Push Prior Any Run, But I Am Fallible.


Hi TrickyRaccoon92 ,
We'd appreciate any feature requests in GitHub issues.
As for code diffs - these are viewable in the experiment info page, under the Execution tab, in the UNCOMMITED CHANGES field.

  
  
Posted 3 years ago
109 Views
0 Answers
3 years ago
one year ago