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
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.

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.

  
  
Posted 3 years ago
Votes Newest

Answers 2


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

Noted. Thanks SuccessfulKoala55 - I was aware of this, yet I didn’t think it would also compare in the comparison window - It does. My god, I love your product.

  
  
Posted 3 years ago
605 Views
2 Answers
3 years ago
one year ago
Tags