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 with tag symphony

Questions with tag symphony

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
4K Views
0 Votes 1 Answers 4K 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
3K Views
0 Votes 1 Answers 3K 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
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
3 Answers
2K Views
0 Votes 3 Answers 2K Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
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
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
1 Answers
1K Views
0 Votes 1 Answers 1K 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
2K Views
0 Votes 1 Answers 2K 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
971 Views
0 Votes 2 Answers 971 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
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
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi All, I am trying to setup symphony-poll-bot-java code and trying to test is on my developer's sandbox environment. My service is running fine without any ...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team, We have the requirement to embed the outlook in Symphony 2.0. can we bring the inbox mails to view in Symphony 2.0 ? we have any document to integra...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
2K Views
0 Votes 1 Answers 2K Views
we need to activate the chatroom - means we need to bring the chatroom in-front when we trigger the message. Currently it show some notification for that roo...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
i pinned the message with symphony elements in IM, once we clicked any of the button the remaining button got disabled and we are unable to use the pinned me...
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
--> 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
2K Views
0 Votes 1 Answers 2K Views
Hi Team, I'm using python code to send data for messageML form, needs to create dependent dropdowns, like based on the first dropdown , I need to get second ...