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

Reputation

10 + 10 this March

Badges 1

Newbie
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
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
1 Answers
92 Views
0 Votes 1 Answers 92 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...
one month ago
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
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
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
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
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
55 Views
0 Votes 1 Answers 55 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...