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
Back to post

Revisions 2

Problem with bot authentication
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. ```yaml host: develop2.symphony.com bot: username: devcertbot1895 privateKey: path: rsa/devcertbot1895-private.pem ```
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
2 years ago
Original
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