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
Back to post

Revisions 2

one year ago
Adding bot into chat rooms
Adding bot into chat rooms
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 than manually adding the bot into the room. 2.What is the best method to send a message into these rooms using bot (if using streamID/roomid of each room then how do we get stream/room Id for each different rooms that the bot is being added into).
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 than manually adding the bot into the room. 2.What is the best method to send a message into these rooms using bot (if using streamID/roomid of each room then how do we get stream/room Id for each different rooms that the bot is being added into).
#bot
#
one year ago
Original
Adding bot into chat rooms

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 than manually adding the bot into the room. 2.What is the best method to send a message into these rooms using bot (if using streamID/roomid of each room then how do we get stream/room Id for each different rooms that the bot is being added into).
#