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
9K Views
0 Votes 1 Answers 9K 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
0 Answers
9K Views
0 Votes 0 Answers 9K 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...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hi Team, I am very new to symphony and would like to see that if someone messages to symphony through Whatsapp, how can i send the message to a REST API whic...
2 years ago
0 Votes
2 Answers
7K Views
0 Votes 2 Answers 7K Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
2 Answers
9K Views
0 Votes 2 Answers 9K 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
7K Views
0 Votes 1 Answers 7K Views
Can this be done ? Adding a button to a row looks very messy. Are there any other options wrt rectangluar buttons, alignment, size
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
3 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
3 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
How can we send user specific messages (i.e. I have to send some exception alerts to group of related users. There can be N number of groups and exception al...
2 years ago
2 Votes
0 Answers
4K Views
2 Votes 0 Answers 4K Views
Hi, I'm new to symphony so I tried to create a basic python bot. I used the symphony tutorial for python bot to create my bot but once done the datafeed.id f...
3 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Hello dears, I Got this error when I follow the training java course: An unknown error occurred while trying to connect to https://develop2.symphony.com:443/...
3 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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...
4 years ago
0 Votes
2 Answers
6K Views
0 Votes 2 Answers 6K Views
I am writing to ask for your advice on whether I can achieve the following with Symphony API. When there is a message on symphony group chat, for example, “/...
api
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Hi, I am tring to create a bean of SymphonyBdk class however during initialization I am getting below exception: > Caused by: com.symphony.bdk.http.api.ApiEx...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/C...
3 years ago
0 Votes
2 Answers
11K Views
0 Votes 2 Answers 11K 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
2 Answers
13K Views
0 Votes 2 Answers 13K Views
--> how to use the pinnedMessageId for newly created chatroom? --> The pinnedMessageId attribute allows to display, in the Client 2.0 only? how to identity w...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi All, I am developing a bot on Python BDK which sends messages automatically - I would like users to be able to specify the type of message they are pushed...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi, how to set a welcome message in IM/ROOM without having any greeting message from client or end user. for eg., current model we have is, once we sent "hi"...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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
1 Votes
1 Answers
6K Views
1 Votes 1 Answers 6K Views
Hello guys, we leverage a bot function that allows us to /ping @"someone in the company" where "someone in the company" is replaced by a firstname lastname d...
2 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
2 Answers
5K Views
0 Votes 2 Answers 5K 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
11K Views
0 Votes 1 Answers 11K Views
Do symhony has a way to recieve message from jenkins regarding status of the build. any suggestions?
3 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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...
2 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Hi, I have been having trouble connection to the symphony API. I have previously be able to connect and use a bot to scrape symphony rooms but I am now getti...
3 years ago
Show more results questions