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
Welcome

How do I use the Symphony Dev Forum?

1
1
Posted 3 years ago
Edited 3 years ago
Yong Sheng Tan
39 × 2 Administrator
Votes Newest

Answers


Hello and welcome to the Symphony Developer Forum, maintained by the Symphony Developer Relations team. While the team will strive to answer and comment on posts, this is meant to be an open community offering and everyone is allowed to ask, answer and comment.

This forum should be used for asking questions about..

  • Development of bots and apps in Symphony
  • Design and architecting a Symphony bot / app ecosystem
  • Deployment of bots and apps
  • Integration of bots and apps with any services
  • Any specifics about the Symphony APIs / SDKs / BDKs

This forum should NOT be used for..

  • Advertising/promotion of any third-party software or services
  • Production support (please contact support@symphony.com for that)
  • Generic programming questions not pertaining to Symphony (you know where to go)

House Rules..

  • Be nice - hate speech and offensive language are not tolerated
  • Do not post any proprietary code or sensitive data
  • When sharing config, redact any internal infrastructure details and keys

Other administrative points..

1
1
Posted 3 years ago
Edited 3 years ago
Yong Sheng Tan
39 × 2 Administrator

This question is closed.

3K Views
1 Answer
3 years ago
3 years ago
Tags