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
3K Views
0 Votes 1 Answers 3K Views
i have a doubt , suppose bot create a chat room and adds members into it . After the work process is done i dont want the members to write anything into the ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
is there any command to add space among the text field or add margins so its more presentable.
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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
We are thinking what information do we need when it comes to chat messages when we are integrating with Symphony. Our initial plan is to store the chat room ...
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 ...
one year 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.
6 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
2 years ago
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....
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I have successfully passed the Symphony / Bot Developer Certification (Java) exam , however now want to share the certificate with my netwrks in LinkedIn. Ho...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Can anyone send me the link to download symphony app ? How can I do to be enable as AC Admin
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I have to list all system features(/v1/admin/system/features/list that endpoint). Is there any service in java BDK to do that? If not how I may achive th...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, in Synphony training center I can see courses availble for BOT development. Dont we have any course available for App development?
one year ago
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
5K Views
0 Votes 1 Answers 5K 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
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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello guys, Hope you are doing well at you looking this post. I have some issue on my production environment. I want to connect app symphony to one remote sq...
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, in Symphony did we have option to add attachment from Symphony Form Element ?(and yes we have option to add attachment in Symphony chat but not via Form ...
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K 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...
7 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
1K Views
0 Votes 1 Answers 1K 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
3K Views
0 Votes 1 Answers 3K 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
4 Answers
2K Views
0 Votes 4 Answers 2K Views
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src I am getting the e...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
hi, I am following the Developing Bots using BDK for Python. I have an unexpected pb when I run the bot using command python -m src I am getting the error be...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, I have created a room and want to upate it from my bot. I am trying to use V2RoomSearchCriteria to search my room first then retrieve roomId to further u...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command wi...
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K 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 ...
6 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Does BDK 2.0 (Java) supports the reading of messages with styles? We are Having requirement to read Rich Text message ( having excels tables and images ) and...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
In MessageML: am I correct that it is impossible to have an element with an href with two query parameters? If you try out in https://renderer-tool.app.symph...
3 years ago
Show more results questions