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
Profile picture
kunaal bokadia
Moderator
11 Questions, 0 Answers
  Active since 24 January 2023
  Last activity 6 months ago

Reputation

10 + 10 this September

Badges 1

Newbie
0 Votes
1 Answers
834 Views
0 Votes 1 Answers 834 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...
8 months ago
0 Votes
1 Answers
767 Views
0 Votes 1 Answers 767 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
821 Views
0 Votes 1 Answers 821 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
1 Answers
412 Views
0 Votes 1 Answers 412 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
2 Answers
1K Views
0 Votes 2 Answers 1K Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
3 Answers
995 Views
0 Votes 3 Answers 995 Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
0 Votes
1 Answers
966 Views
0 Votes 1 Answers 966 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
613 Views
0 Votes 1 Answers 613 Views
Using person-selector i am getting arraylist of long type for the names selected but they are having userId how to get username from the userId in java .
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
443 Views
0 Votes 1 Answers 443 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
734 Views
0 Votes 1 Answers 734 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
734 Views
0 Votes 1 Answers 734 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
412 Views
0 Votes 1 Answers 412 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
767 Views
0 Votes 1 Answers 767 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
613 Views
0 Votes 1 Answers 613 Views
Using person-selector i am getting arraylist of long type for the names selected but they are having userId how to get username from the userId in java .