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
Difference between Chat Room and Symphony Group

What is the difference between chat rooms and Symphony groups?

Votes Newest

Answers


Here are the differences between a chat room and Groups:

  • Chat rooms allow for people to be part of a specific conversation/topic/team.
  • Symphony Groups are a special type of distribution lists - allowing for selected members to be part of groups that end users can search for and start a conversation with.
  • Symphony Groups can be set up to include custom attributes to differentiate between different organizational functions, market coverage & responsibilities.
  • Symphony Groups can be configured whereby the members within the groups can be provisioned to only communicate internally or externally.

The Groups endpoints are listed along the other endpoints on the REST API reference:
https://developers.symphony.com/restapi/reference/insertgroup

You can also review this webinar on BDK Extensions and the Groups extension at the end to find out how to implement groups as part of your BDK project.
https://goto.symphony.com/BAB-BDKExtensionSYGroups-Mar22-Recording.html

  
  
Posted one year ago
Edited one year ago
Kaosar Ahmed
310 × 3 Administrator
  
  

is there any document or implementation steps to work on Symphony Groups? Is yes, can you share .

Currently we are using Symphony 2.0: we dont have options to create the groups. Kindly advice.

Sabarirajan Manoharan   one year ago Report
  
  

@<1401467026379116544|Sabarirajan Manoharan> please comment on an answer instead of writing a new answer if you are not submitting a solution to the original question - i've helped to convert your comment

Yong Sheng Tan   one year ago Report
  
  

I've also edited the above answer to include links to the REST API documentation and a webinar that demonstrates how to implement groups in your BDK project. For frontend administration of Groups, it is only possible via the Admin Portal - please speak with your pod administrator to find out more.

Yong Sheng Tan   one year ago Report
1K Views
1 Answer
one year ago
one year ago
Tags