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

2 years ago
Yong Sheng Tan
39 × 2 Administrator
Problem with bot authentication
Problem with bot authentication
When you first registered on the Developer Center, you should have received a welcome email. Within that email, there is a link you can click on to request for sandbox credentials. You will then receive a package that includes the account details, the RSA keys and a sample configuration. On configuration for the sandbox (develop2.symphony.com), the default port value of 443 is actually correct. Port 8443 is used for certificate authentication that is (as mentioned in the course) deprecated and not supported on the sandbox. If you are unable to connect to 443, it could be a problem with your internal network. e.g. you require an internet proxy. We recommend that the sandbox be used with a personal device with open internet so as not to have corporate device/network restrictions impede your learning journey. If you have to use your corporate device on an internal network, you will need to seek advice from your internal network/infrastructure team on the connectivity requirements. You can find a full list of configuration parameters for BDK (Python) on this page: https://symphony-bdk-python.finos.org/markdown/configuration.html#full-configuration-example
When you first registered on the Developer Center, you should have received a welcome email. Within that email, there is a link you can click on to request for sandbox credentials. You will then receive a package that includes the account details, the RSA keys and a sample configuration. On configuration for the sandbox (develop2.symphony.com), the default port value of 443 is actually correct. Port 8443 is used for certificate authentication that is (as mentioned in the course) deprecated and not supported on the sandbox. If you are unable to connect to 443, it could be a problem with your internal network. e.g. you require an internet proxy. We recommend that the sandbox be used with a personal device with open internet so as not to have corporate device/network restrictions impede your learning journey. If you have to use your corporate device on an internal network, you will need to seek advice from your internal network/infrastructure team on the connectivity requirements. You can find a full list of configuration parameters for BDK (Python) on this page: https://symphony-bdk-python.finos.org/markdown/configuration.html#full-configuration-example
2 years ago
Original
Yong Sheng Tan
39 × 2 Administrator
Problem with bot authentication

When you first registered on the Developer Center, you should have received a welcome email. Within that email, there is a link you can click on to request for sandbox credentials. You will then receive a package that includes the account details, the RSA keys and a sample configuration. On configuration for the sandbox (develop2.symphony.com), the default port value of 443 is actually correct. Port 8443 is used for certificate authentication that is (as mentioned in the course) deprecated and not supported on the sandbox. If you are unable to connect to 443, it could be a problem with your internal network. e.g. you require an internet proxy. We recommend that the sandbox be used with a personal device with open internet so as not to have corporate device/network restrictions impede your learning journey. If you have to use your corporate device on an internal network, you will need to seek advice from your internal network/infrastructure team on the connectivity requirements. You can find a full list of configuration parameters for BDK (Python) on this page: https://symphony-bdk-python.finos.org/markdown/configuration.html#full-configuration-example