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

Sandbox doesn't work in customer's environment
Sandbox doesn't work in customer's environment
use the sandbox(develop2.symphony.com)  that symphony provide to test chatbot. That works on my end. I use the same code same key same configuration in my customer's environment it doesn't work. . I think this could be caused by other issue instead of authorization. Could you think of any possible reason about this? the error message attached below. ``` symphony.bdk.gen.exceptions.ApiException: (401) Reason:  HTTP response headers: <CIMultiDictProxy('Server': 'nginx', 'Date': 'Wed, 15 Feb 2023 19:52:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Content-Length': '62', 'Connection': 'keep-alive', 'X-Trace-Id': 'tlXWso:rh7ljQ', 'Strict-Transport-Security': 'max-age=63072000; includeSubDomains; preload', 'P3P': 'CP="Symphony does not have a P3P policy"', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS, HEAD', 'Access-Control-Max-Age': '600', 'Expires': 'Sun, 01 Jul 2001 00:01:02 GMT', 'Last-Modified': 'Wed, 15 Feb 2023 19:52:42 GMT', 'Cache-Control': 'no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0', 'Pragma': 'no-cache', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block')> HTTP response body: {"message":"Cannot authenticate user","status":"UNAUTHORIZED"} ```
use the sandbox(develop2.symphony.com)  that symphony provide to test chatbot. That works on my end. I use the same code same key same configuration in my customer's environment it doesn't work. . I think this could be caused by other issue instead of authorization. Could you think of any possible reason about this? the error message attached below. ``` symphony.bdk.gen.exceptions.ApiException: (401) Reason:  HTTP response headers: <CIMultiDictProxy('Server': 'nginx', 'Date': 'Wed, 15 Feb 2023 19:52:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Content-Length': '62', 'Connection': 'keep-alive', 'X-Trace-Id': 'tlXWso:rh7ljQ', 'Strict-Transport-Security': 'max-age=63072000; includeSubDomains; preload', 'P3P': 'CP="Symphony does not have a P3P policy"', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS, HEAD', 'Access-Control-Max-Age': '600', 'Expires': 'Sun, 01 Jul 2001 00:01:02 GMT', 'Last-Modified': 'Wed, 15 Feb 2023 19:52:42 GMT', 'Cache-Control': 'no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0', 'Pragma': 'no-cache', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block')> HTTP response body: {"message":"Cannot authenticate user","status":"UNAUTHORIZED"} ```
#sandbox
#
one year ago
Original
Sandbox doesn't work in customer's environment

use the sandbox(develop2.symphony.com)  that symphony provide to test chatbot. That works on my end. I use the same code same key same configuration in my customer's environment it doesn't work. . I think this could be caused by other issue instead of authorization. Could you think of any possible reason about this? the error message attached below. ``` symphony.bdk.gen.exceptions.ApiException: (401) Reason:  HTTP response headers: <CIMultiDictProxy('Server': 'nginx', 'Date': 'Wed, 15 Feb 2023 19:52:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Content-Length': '62', 'Connection': 'keep-alive', 'X-Trace-Id': 'tlXWso:rh7ljQ', 'Strict-Transport-Security': 'max-age=63072000; includeSubDomains; preload', 'P3P': 'CP="Symphony does not have a P3P policy"', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS, HEAD', 'Access-Control-Max-Age': '600', 'Expires': 'Sun, 01 Jul 2001 00:01:02 GMT', 'Last-Modified': 'Wed, 15 Feb 2023 19:52:42 GMT', 'Cache-Control': 'no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0', 'Pragma': 'no-cache', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block')> HTTP response body: {"message":"Cannot authenticate user","status":"UNAUTHORIZED"} ```
#