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
2 Answers
6K Views
0 Votes 2 Answers 6K 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
1 Answers
4K Views
0 Votes 1 Answers 4K 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
0 Answers
2K Views
0 Votes 0 Answers 2K 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
2 Answers
9K Views
0 Votes 2 Answers 9K 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
5K Views
0 Votes 1 Answers 5K Views
I am trying to generate the bdk bot scaffold - using the symphony bot generator. But on running the "yo symphony" command as per the bdk docs, I am getting a...
2 years ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K 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
9K Views
0 Votes 1 Answers 9K 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...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
11K Views
0 Votes 1 Answers 11K 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 ...
4 years ago
0 Votes
1 Answers
9K Views
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
hi i would like to create some sort of BOT so i would be able to send message from my Grafana system, to my Symphony client (and i have clients that uses sym...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
7K Views
0 Votes 1 Answers 7K 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
6K Views
0 Votes 1 Answers 6K 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...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
9K Views
0 Votes 1 Answers 9K 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
1 Answers
4K Views
0 Votes 1 Answers 4K 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
3 Answers
6K Views
0 Votes 3 Answers 6K Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
9K Views
0 Votes 1 Answers 9K Views
Hi Team, if we use the deactivate room(True) , the room is getting disappeared from the Symphony web portal. is there any chance to show that chat room inste...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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
9K Views
0 Votes 1 Answers 9K Views
Hi Team, I am unable to access the Developing Bots using BDK for Python video inspite of completing the Symphony Development Fundamentals v2. Kindly look int...
3 years ago
0 Votes
3 Answers
7K Views
0 Votes 3 Answers 7K 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
2 Answers
7K Views
0 Votes 2 Answers 7K 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.
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
We are trying to add external contact to our bot, which is asking to send request. How can this be done using Python SDK?
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hi, I'm trying to create an extension app and managed to get the yo symphony sample to work in the symphony web client. I'm using the python version of the a...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Do symhony has a way to recieve message from jenkins regarding status of the build. any suggestions?
3 years ago
Show more results questions