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
Unanswered
Bot Presence Issue on Python BDK

Hi,

Starting up the demo bot from chatper 4, runs fine. It looks good and replies with teh @mention followed by /command but the bot's online status at the Symphony App is off line with a grey box.

is there another way to verify the online status of the bot apart from the user icon? what are the dependencies of getting the bot status to be updated properly?

devCertBot2136_online status.png

  
  
Posted one year ago
Edited one year ago
  
  

Hi Ken,
Thanks for raising this issue. After further investigation I am also able to replicate the same behaviour. Iit appears there is an underlying issue with the Python BDK that the engineering team need to fix.

I have raised the following Github issue on the Python BDK project so we can track this through to resolution, https://github.com/finos/symphony-bdk-python/issues/295

Thanks again for bringing this to our attention.

Vinay Mistry   one year ago Report
Votes Newest

Answers

2K Views
0 Answers
one year ago
one year ago
Tags