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

Questions with tag symphony

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
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
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
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
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
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
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
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
0 Answers
364 Views
0 Votes 0 Answers 364 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 ...
6 months ago
0 Votes
1 Answers
692 Views
0 Votes 1 Answers 692 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
620 Views
0 Votes 1 Answers 620 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
651 Views
0 Votes 1 Answers 651 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
638 Views
0 Votes 1 Answers 638 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
581 Views
0 Votes 2 Answers 581 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
680 Views
0 Votes 2 Answers 680 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
625 Views
0 Votes 1 Answers 625 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 ...