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
Form Button create Post request to endpoint in another (analyser) service

Hi, I am trying send a flag of acknowledgement to a separate service via an endpoint, in the case that a Form button has been clicked. Is that possible?

An Alert comes into symphony as a new message (MLmessage) showing some data, and at the end of the form there is an 'acknowledge' button. I want to send 'acknowledge': 'True' to a different service via an endpoint as that would allow analyser logic to stop further notifications as the message has been acknowledged. How can I do that?

Thanks in advance.

  
  
Posted one month ago
Votes Newest

Answers

43 Views
1 Answer
one month ago
28 days ago
Tags