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
Back to post

Revisions 2

one year ago
creating a check box which provides option of multiple selected option and how do we what option is selected.
creating a check box which provides option of multiple selected option and how do we what option is selected.
is selecting multiple check boxes possible by this method, as in a list of symphony chat rooms is mentioned and a message is needed to send to multiple rooms so we create a slash command which provides checkbox with multiple option and is it possible to create a check box form where selecting multiple boxes is possible. And how do we know which checkbox is selected and which is not.
is selecting multiple check boxes possible by this method, as in a list of symphony chat rooms is mentioned and a message is needed to send to multiple rooms so we create a slash command which provides checkbox with multiple option and is it possible to create a check box form where selecting multiple boxes is possible. And how do we know which checkbox is selected and which is not.
#checkboxes #symphony-elements #forms
#
one year ago
Original
creating a check box which provides option of multiple selected option and how do we what option is selected.

is selecting multiple check boxes possible by this method, as in a list of symphony chat rooms is mentioned and a message is needed to send to multiple rooms so we create a slash command which provides checkbox with multiple option and is it possible to create a check box form where selecting multiple boxes is possible. And how do we know which checkbox is selected and which is not.
#