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 3

2 years ago
How to use OBO authentication in sandbox mode?
How to use OBO authentication in sandbox mode?
For testing purposes, how can we try or test OBO authentication in sandbox mode? I have tried the examples but since I do not know where to configure it via Admin portal thus possibly explains below error that I have: > 23:28:01.572 [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection released: [id: 2][route: {s}->https://develop2.symphony.com:443][total available: 1; route allocated: 1 of 20; total allocated: 1 of 20] Exception in thread "main" java.lang.IllegalStateException: OBO is not configured. at com.symphony.bdk.core.SymphonyBdk.lambda$getOboAuthenticator$1(SymphonyBdk.java:360) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.symphony.bdk.core.SymphonyBdk.getOboAuthenticator(SymphonyBdk.java:360) at com.symphony.bdk.core.SymphonyBdk.obo(SymphonyBdk.java:293) So is OBO possible in sandbox development mode for testing? Thanks!
For testing purposes, how can we try or test OBO authentication in sandbox mode? I have tried the examples but since I do not know where to configure it via Admin portal thus possibly explains below error that I have: > 23:28:01.572 [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection released: [id: 2][route: {s}->https://develop2.symphony.com:443][total available: 1; route allocated: 1 of 20; total allocated: 1 of 20] Exception in thread "main" java.lang.IllegalStateException: OBO is not configured. at com.symphony.bdk.core.SymphonyBdk.lambda$getOboAuthenticator$1(SymphonyBdk.java:360) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.symphony.bdk.core.SymphonyBdk.getOboAuthenticator(SymphonyBdk.java:360) at com.symphony.bdk.core.SymphonyBdk.obo(SymphonyBdk.java:293) So is OBO possible in sandbox development mode for testing? Thanks!
#question
#question
2 years ago
How to use OBO authentication in sandbox mode?
How to use OBO authentication in sandbox mode?
For testing purposes, how can we try or test OBO authentication in sandbox mode? I have tried the examples but since I do not know where to configure it via Admin portal thus possibly explains below error that I have: > 23:28:01.572 [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection released: [id: 2][route: {s}->https://develop2.symphony.com:443][total available: 1; route allocated: 1 of 20; total allocated: 1 of 20] Exception in thread "main" java.lang.IllegalStateException: OBO is not configured. at com.symphony.bdk.core.SymphonyBdk.lambda$getOboAuthenticator$1(SymphonyBdk.java:360) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at com.symphony.bdk.core.SymphonyBdk.getOboAuthenticator(SymphonyBdk.java:360) at com.symphony.bdk.core.SymphonyBdk.obo(SymphonyBdk.java:293) So is OBO possible in sandbox development mode for testing? Thanks!
For testing purposes, how can we try or test OBO authentication in sandbox mode?
#question
#question
2 years ago
Original
How to use OBO authentication in sandbox mode?

For testing purposes, how can we try or test OBO authentication in sandbox mode?
#question