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
Unanswered
Setting margins for the checkbox or add space into the text field


Hi Kunaal,

Thank you for your question,

The customisation for many of the Symphony MessageML format elements is quite restrictive when compared to other markup languages such as HTML.

You can take a look & review the 'Style Attributes' supported with MessageML:
https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/messageml-basic-format-tags/style-attributes

There might be some limitations on using specific Style Attributes in checkboxes and textboxes depending on how you are planning on using the style attributes with the MessageML.

If you use the following PresentationML Renderer Tool to test and trial out your MessageML syntax to validate whether it will be supported by the Symphony front-end renderer. If it does not work or render on this tool, then it is unlikely that it will work inside the Symphony chat.

PresentationML Renderer Tool: https://renderer-tool.app.symphony.com/

If you have any further questions or feedback - feel free to let us know.

  
  
Posted one year ago
Kaosar Ahmed
310 × 3 Administrator
  
  

should we use it with CSS or direct right it with form messageML format, An example to implement these style attribute would be very helpful.

kunaal bokadia   one year ago Report
303 Views
0 Answers
one year ago
one year ago