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
Problem with bot authentication


The config file is as below. It's the one I got from the sandbox details sent by email. I just overwrote the default one created by the generator. I also copied the RSA files into the RSA folder, to match the config file.

host: develop2.symphony.com
bot:
    username: devcertbot1895
    privateKey:
        path: rsa/devcertbot1895-private.pem
  
  

Try including the truststore in your config like so:

host: develop2.symphony.com
bot:
    username: devcertbot1895
    privateKey:
        path: rsa/devcertbot1895-private.pem
ssl:
  trustStore:
    path: resources/all_symphony_certs...
Yong Sheng Tan   2 years ago Report
358 Views
0 Answers
2 years ago
2 years ago