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
Unanswered
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 15 days ago
Votes Newest

Answers

20 Views
0 Answers
15 days ago
15 days ago