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
Seimei Kurosawa
Moderator
2 Questions, 2 Answers
  Active since 27 March 2022
  Last activity 8 months ago

Reputation

20 + 10 this April

Badges 2

Eureka! Disciplined
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team, I am developing a bot to collaborate with an external system. When my bot receives a message with @metioned someone, the bot needs to indentify the ...
8 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi.. I have created a bot by the BotGenerator. I have configured the config.yaml by referring the working sample including the firm's proxy setup. The servic...
2 years ago
0 How to make a dropdown disabled and read-only

Hi

Element form is like html.
i guess this would work
<select disabled></select>

but i have not tested it :)

8 months ago
0 Bot Authentication Error

Hi

are you running your bot at home network or in your office?
if you are running it in the office, you may need to doubt the proxy.

8 months ago