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
George Elworthy
Moderator
0 Questions, 0 Answers
  Active since 05 September 2022
  Last activity one month ago

Reputation

14 + 3 this March 0 4

Badges 2

Editor Newbie
1 Votes
1 Answers
512 Views
1 Votes 1 Answers 512 Views
Hello guys, we leverage a bot function that allows us to /ping @"someone in the company" where "someone in the company" is replaced by a firstname lastname d...
9 months ago
0 Votes
1 Answers
324 Views
0 Votes 1 Answers 324 Views
Hi All, I am developing a bot which recieves questions and sends answers. Some answers the bot sends out contain forms and buttons which users can press. Whe...
2 months ago
0 Votes
1 Answers
320 Views
0 Votes 1 Answers 320 Views
Hi All, I am developing a bot on Python BDK which sends messages automatically - I would like users to be able to specify the type of message they are pushed...