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
dk
Moderator
2 Questions, 1 Answer
  Active since 09 November 2021
  Last activity one year ago

Reputation

19 + 8 this April 0 5

Badges 2

Editor 4 × Disciplined
1 Votes
1 Answers
1K Views
1 Votes 1 Answers 1K 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...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hey guys, we are making heavy use of the @activites.slash decorator, something along the lines of: But think duplicating that decorator 20 times for various ...
0 Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.

Hi, under the 3.10.5 interpreter are you sure you have the symphony-bdk-python package installed? Something like

pip3 install symphony-bdk-python

should do it if you use pip.

one year ago
1 Votes
1 Answers
3K Views
1 Votes 1 Answers 3K Views
I would like to create a bot that sends "/data.csv" to a bot, attaches a data.csv file and replies. can you tell me. I'm using SpringBoot BDK Java.
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K Views
Hi guys! Does anyone know how to prevent the asyncio.exceptions.TimeoutError? Is there anything I can do? I am using Python BDK. Thanks
2 years ago