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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 114

Questions 114

Tags
Sorting
Results
per page
0 Votes
0 Answers
26 Views
0 Votes 0 Answers 26 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
39 Views
0 Votes 1 Answers 39 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...
8 days ago
0 Votes
1 Answers
54 Views
0 Votes 1 Answers 54 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...
0 Votes
1 Answers
58 Views
0 Votes 1 Answers 58 Views
Can this be done ? Adding a button to a row looks very messy. Are there any other options wrt rectangluar buttons, alignment, size
13 days ago
0 Votes
1 Answers
226 Views
0 Votes 1 Answers 226 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...
19 days ago
0 Votes
3 Answers
137 Views
0 Votes 3 Answers 137 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 ...
28 days ago
0 Votes
1 Answers
190 Views
0 Votes 1 Answers 190 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 month ago
0 Votes
1 Answers
218 Views
0 Votes 1 Answers 218 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
261 Views
0 Votes 1 Answers 261 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
290 × 3 Administrator
2 months ago
0 Votes
1 Answers
452 Views
0 Votes 1 Answers 452 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
430 Views
0 Votes 1 Answers 430 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
755 Views
0 Votes 1 Answers 755 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
3 Answers
357 Views
0 Votes 3 Answers 357 Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
0 Votes
1 Answers
226 Views
0 Votes 1 Answers 226 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
1 Answers
516 Views
0 Votes 1 Answers 516 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...
3 months ago
0 Votes
1 Answers
197 Views
0 Votes 1 Answers 197 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
201 Views
0 Votes 1 Answers 201 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
236 Views
0 Votes 1 Answers 236 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...
3 months ago
0 Votes
2 Answers
537 Views
0 Votes 2 Answers 537 Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
1 Answers
419 Views
0 Votes 1 Answers 419 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
1 Answers
239 Views
0 Votes 1 Answers 239 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
429 Views
0 Votes 1 Answers 429 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
579 Views
0 Votes 1 Answers 579 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...
4 months ago
0 Votes
1 Answers
592 Views
0 Votes 1 Answers 592 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
602 Views
0 Votes 1 Answers 602 Views
Wanted to know if we could use forms and check boxes to take inputs from users and wanted a reference for creating forms with check boxes.
0 Votes
1 Answers
487 Views
0 Votes 1 Answers 487 Views
Hi All, I am developing a bot which recieves questions and sends answers. Some answers the bot sends out contain forms and buttons which users can press. Whe...
4 months ago
0 Votes
2 Answers
284 Views
0 Votes 2 Answers 284 Views
Its an extension app where we need to check if app is opened inside symphony. One of the available condition was to check if window.top is same as window.sel...
0 Votes
1 Answers
354 Views
0 Votes 1 Answers 354 Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
0 Answers
603 Views
0 Votes 0 Answers 603 Views
Hi i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
4 months ago
Show more results questions