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
Ali Rizvi
Moderator
2 Questions, 1 Answer
  Active since 24 May 2022
  Last activity one year ago

Reputation

0 0 1

Badges 3

Editor 2 × Disciplined Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command wi...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am trying to generate the bdk bot scaffold - using the symphony bot generator. But on running the "yo symphony" command as per the bdk docs, I am getting a...
one year ago
0 FatalActivityExecutionException when I use html entities in command

thanks for your suggestion, will look to upgrade bdk to latest version.
For now upgrading to bdk 2.3.1 has resolved my issue.

one year ago