temporalio/background-checks

[Bug] 'CandidateEmail' not supported for standard visibility

Closed this issue · 0 comments

What are you really trying to do?

I would like to explore the sample app and verify that list filters work, but get an internal server error instead.

Describe the bug

Cannot execute a filter expression because standard visibility is not enabled.

Minimal Reproduction

$ cd background-checks
$ ./start
$ ./run-cli bgc-company list --email your@example.com
2023/08/17 13:59:37 request error: Internal Server Error: invalid query: unable to convert filter expression: unable to convert left side of "CandidateEmail = 'your@example.com'": filter by 'CandidateEmail' not supported for standard visibility

Environment/Versions

MacOs Ventura 13.5
Intel i9

Using the default docker compose project included in the repo.

Additional context