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

Questions 132

Questions 132

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
is selecting multiple check boxes possible by this method, as in a list of symphony chat rooms is mentioned and a message is needed to send to multiple rooms...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
1.What is the best method to add a bot created according to SDK into multiple chat rooms where each room has different admin. Please provide a solution other...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
WHere can i find the rules applied to formatting a table i send into Symphony ? Looking for details on column width, word wrap conditiions etc. thanks
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not . Once it adds it...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I think I'm missing a step here. In the documentation it says I need to go to the admin center and register my bot/upload the public key. I can't seem to acc...
0 Votes
2 Answers
6K Views
0 Votes 2 Answers 6K Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I'm trying to send in an object into jinja2 template but this compartive doesn't work in any fashion. Is there any documentation that clearly states how this...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
How to change the colour of the submit button in form produced by chat bot. this is in blue colour by default how to chenge it to say red colour or so.
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi, I am trying send a flag of acknowledgement to a separate service via an endpoint, in the case that a Form button has been clicked. Is that possible? An A...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
use the sandbox(develop2.symphony.com) that symphony provide to test chatbot. That works on my end. I use the same code same key same configuration in my cus...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi Team, I would like to know how to implement ECP in the exiting application. What are all the dependency we need to check in application. How to consume EC...
0 Votes
3 Answers
6K Views
0 Votes 3 Answers 6K Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Say we have a Set of values that are options for drop down menu that will be used in a form via symphony bot. We have made use of templates to create a form....
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
say i have a set in java whose length is not fixed and it changes with time, who do we pass this set into the form and use it to display those set values as ...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
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 o...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Hello everyone, I generated my Python BDK bot using the Symphony Generator (https://github.com/finos/generator-symphony). When I tried to launch the Python B...
Kaosar Ahmed
310 × 3 Administrator
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hi, I have a question on writing the "query" params in Search Rooms request. Im using C# httpclient, and I want to search all chat rooms that a certain membe...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Is there an easy way to send an alert to a Symphony chat when email is received from a particular recipient? It is easy enough to create an Exchange server-s...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
For testing purposes, how can we try or test OBO authentication in sandbox mode? I have tried the examples but since I do not know where to configure it via ...
2 years ago
0 Votes
3 Answers
8K Views
0 Votes 3 Answers 8K Views
Good afternoon, New here and new to Symphony - I'm playing my noob card and it won't be the first time! I've been tasked with looking into extracts. To that ...
one year ago
0 Votes
2 Answers
6K Views
0 Votes 2 Answers 6K Views
We are facing the following error while trying to configure the symphony-bdk-bom-3.0.0.RC3, please help me to resolve this issue, we are using the resilience...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi Team, I am developing a bot to collaborate with an external system. When my bot receives a message with @metioned someone, the bot needs to indentify the ...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
The [Building an Extension App with #hashtags & $cashtags] (https://docs.developers.symphony.com/ext-apps/tutorials/building-an-extension-app-with-hashtags-+...
one year ago
0 Votes
3 Answers
7K Views
0 Votes 3 Answers 7K Views
Hi Team, The very first attached image in this documentation (https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/s...
0 Votes
2 Answers
7K Views
0 Votes 2 Answers 7K Views
I was going through the documentation about Custom Entity but I can not replicate it in my private project. Can I please get a sample code on how do we use c...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
To add a button when the mouse cursor is focused on a hashtag, I created an Extension app with the command yo @finos/symphony and changed the following code ...
one year ago
0 Votes
3 Answers
7K Views
0 Votes 3 Answers 7K Views
Hi, We are using ECP(Embedded Collaboration Platform) in our application. We are trying to resolve the javascript promise sent by StartRoom,SendMessage and C...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
we are using the symphony-api-client-java maven depdency for our microservice to send the messages in the symphony client, and we found there is no update si...
one year ago
Show more results questions