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 107

Questions 107

Tags
Sorting
Results
per page
0 Votes
1 Answers
10 Views
0 Votes 1 Answers 10 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
46 Views
0 Votes 1 Answers 46 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
73 Views
0 Votes 1 Answers 73 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...
one month ago
0 Votes
2 Answers
50 Views
0 Votes 2 Answers 50 Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
1 Answers
55 Views
0 Votes 1 Answers 55 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
85 Views
0 Votes 1 Answers 85 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
92 Views
0 Votes 1 Answers 92 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 month ago
0 Votes
1 Answers
103 Views
0 Votes 1 Answers 103 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
105 Views
0 Votes 1 Answers 105 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
2 Answers
116 Views
0 Votes 2 Answers 116 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
181 Views
0 Votes 1 Answers 181 Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
1 Answers
357 Views
0 Votes 1 Answers 357 Views
Hi there, I am following the tutorial to build my first demo bot using the symphony-bdk-python . When I get to the step : \BotProject>pip3 install -r require...
4 months ago
0 Votes
1 Answers
41 Views
0 Votes 1 Answers 41 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...
28 days ago
0 Votes
3 Answers
35 Views
0 Votes 3 Answers 35 Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
16 days ago
0 Votes
1 Answers
56 Views
0 Votes 1 Answers 56 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
23 Views
0 Votes 1 Answers 23 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
21 Views
0 Votes 1 Answers 21 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
280 × 3 Administrator
0 Votes
0 Answers
19 Views
0 Votes 0 Answers 19 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....
15 days ago
0 Votes
1 Answers
52 Views
0 Votes 1 Answers 52 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
43 Views
0 Votes 1 Answers 43 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
60 Views
0 Votes 1 Answers 60 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
324 Views
0 Votes 1 Answers 324 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...
2 months ago
0 Votes
0 Answers
132 Views
0 Votes 0 Answers 132 Views
Hi i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
2 months ago
0 Votes
1 Answers
271 Views
0 Votes 1 Answers 271 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
1 Answers
377 Views
0 Votes 1 Answers 377 Views
Hi there, I have read the documentation for managing multiple bot instances within a single project: https://docs.developers.symphony.com/developer-tools/dev...
5 months ago
0 Votes
1 Answers
313 Views
0 Votes 1 Answers 313 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
1 Answers
324 Views
0 Votes 1 Answers 324 Views
Let's say we have an application built on Angular and Spring Boot and I was able to create chat rooms, listen to message sents in the backend. However, I am ...
5 months ago
0 Votes
1 Answers
305 Views
0 Votes 1 Answers 305 Views
Can a headless bot get the list of chatrooms that it is in and send messages to those chatrooms? Thanks
6 months ago
0 Votes
1 Answers
332 Views
0 Votes 1 Answers 332 Views
Hi everyone, We would like to know your thoughts on our plan regarding integration of our system with Symphony. Basically we have our two different systems b...
5 months ago
Show more results questions