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, Is There A Way To Know When Some Experiment Change Status To Published? How I Can Catch The Change ? Is It Same With Slack Monitoring Example Script? I Want To Do Automatic Deployment When Its Published Tia

Hi,
is there a way to know when some experiment change status to published? how i can catch the change ? is it same with slack monitoring example script?

i want to do automatic deployment when its published

TIA

  
  
Posted 9 months ago
Votes Newest

Answers 2


Hi @<1523701260895653888:profile|QuaintJellyfish58> , yes, that is a good example - you can basically poll the task status

  
  
Posted 9 months ago

i see thankyou!

  
  
Posted 9 months ago
593 Views
2 Answers
9 months ago
9 months ago
Tags