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
Another Thing, Can I Get The Git Repo/Commit Info Of My Experiment Through The Sdk? Couldn'T Find It In The Docs.

Another thing, can I get the git repo/commit info of my experiment through the SDK?
Couldn't find it in the docs.

  
  
Posted 2 years ago
Votes Newest

Answers 5


Thanks!!

  
  
Posted 2 years ago

Hi HappyDove3 ,
Use Task.get_script() 🙂

  
  
Posted 2 years ago

In which repo?:)

  
  
Posted 2 years ago

UnevenDolphin73 , interesting idea! Could you open a github issue to track this?

  
  
Posted 2 years ago

Follow-up question/feature request (out of interest) - could the WebUI show the matching commit message?

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