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

is there any command to add space among the text field or add margins so its more presentable.

  
  
Posted one year ago
Edited one year ago
  
  

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
Votes Newest

Answers 2


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

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.

It would be advised to review the documentation link provided then try to formulate the MessageML in the PresentationML Renderer Tool to test to see whether the MessageML will render in Symphony.

As mentioned - there is similarities but not a direct like for like to other markup languages - meaning there will be small differences to the style formatting but you can take a look at the 'Sample' template from the PresentationML Renderer Tool to see what can be achieved.

Hope that helps.

  
  
Posted one year ago
Edited one year ago
Kaosar Ahmed
310 × 3 Administrator
2K Views
2 Answers
one year ago
one year ago
Tags