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
Person-Selector usage in form in java
Person-Selector usage in form in java
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show option as soon as we start typing the fist letter of the name.Could anyone please provide me with an example where form has three elements : Name,age and phonr number. When the user starts to write the name , the form should generate options of most possible name that the user is searching for the provided list of names . Kindly note the form is made in Freemarker MessageML template and stored in form of .ftl
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show option as soon as we start typing the fist letter of the name.Could anyone please provide me with an example where form has three elements : Name,age and phonr number. When the user starts to write the name , the form should generate options of most possible name that the user is searching for the provided list of names . Kindly note the form is made in Freemarker MessageML template and stored in form of .ftl
#java #bdk #symphony-elements #templating
#
one year ago
Original
Person-Selector usage in form in java

Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show option as soon as we start typing the fist letter of the name.Could anyone please provide me with an example where form has three elements : Name,age and phonr number. When the user starts to write the name , the form should generate options of most possible name that the user is searching for the provided list of names . Kindly note the form is made in Freemarker MessageML template and stored in form of .ftl
#