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
7 Answers
3K Views
0 Votes 7 Answers 3K Views
I have to send list of trades in a form in a single message in chatroom. for each trade, there would be a checkboxes. User would select acknowledge trades pa...
3 months ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
Hi All, We are looking for some help here on where to start from if we want to setup Symphony API server of our own. Would really appreciate if you could pro...
4 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello Team, We have recently working on a project and we need to integrate my Jira server with Symphony. How can I integrate Jira with Symphony now? Thank you.
5 months ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
Our team was using v2.3.1 where the following code snippet for spring boot application registered all the commands starting with / and having any number of a...
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
5 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am using Universal Webhooks to integrate Symphony with a monitoring system and foward alert statuses to chat rooms. I can create nicely formatted messages ...
5 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
6 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: datafeed_url = "https://spx.symphony...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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 ...
8 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, I am having issue with the bot connection to the host develop2.symphony.com. I am receiving the below error 2023-07-18 10:08:18,431 - root - INFO - Runni...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
The [Building an Extension App with #hashtags & $cashtags] (https://docs.developers.symphony.com/ext-apps/tutorials/building-an-extension-app-with-hashtags-+...
9 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
3 Answers
2K Views
0 Votes 3 Answers 2K 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
3 Answers
1K Views
0 Votes 3 Answers 1K 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
1 Answers
4K Views
0 Votes 1 Answers 4K 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 ...
9 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Unable to create bot by running npm install -g yo generator-symphony Getting below output ubuntu@ip-172-31-23-179:~$ sudo npm install -g yo generator-symphon...
10 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, in Python Symphony Bot, I want to create a Jinja2 Template that can handle a list of objects that is returned by database call. Can someone give me how t...
10 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Using person-selector i am getting arraylist of long type for the names selected but they are having userId how to get username from the userId in java .
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi, I am working on a bot project. The request is using the bot as a reminder. Bot would be added to some chat rooms. If there are some meesges sent to the r...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I want to intergrate symphony-bdk-core-spring-boot-starter on our spring boot service. But my existing service uses Spring boot starter web dependency with v...
11 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Here is my code to get room members async with SymphonyBdk(config) as bdk: streams = bdk.streams() members = await streams.list_room_members("") for i in mem...
11 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Can this be done ? Adding a button to a row looks very messy. Are there any other options wrt rectangluar buttons, alignment, size
11 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I recently completed the Symphony/Certified Bot Developer Certification (Java) and was issued a certificate with the code 62BF-8862-F9CC-4D64. I have added t...
11 months ago
0 Votes
3 Answers
3K Views
0 Votes 3 Answers 3K 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 ...
11 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
4K Views
0 Votes 1 Answers 4K 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
3K Views
0 Votes 1 Answers 3K 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
4K Views
0 Votes 1 Answers 4K 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
3K Views
0 Votes 1 Answers 3K 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
6K Views
0 Votes 1 Answers 6K 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....
Show more results questions