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")
Escape special characters +-&|!(){}[]^"~*?:\ - 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
create dynamic forms via symphony bot.

Say we have a Set of values that are options for drop down menu that will be used in a form via symphony bot. We have made use of templates to create a form. So how do we pass this Set<String> values that act as options into this form so that the values of the set takes place into the drop down options while using Slash command to execute this form.

  
  
Posted one year ago
Edited one year ago
Votes Newest

Answers

6K Views
1 Answer
one year ago
one year ago
Tags