"Too many filter conditions" error in when searching for workflows in temporal UI

I’m using Temporal UI 2.19.0. The search function works fine with 1 condition. However searching with more than 1 condition, for example ExecutionStatus=“Completed” AND WorkflowType=“MyWorkflow”, returns error There is an error with filtering Workflows. Too many filter conditions specified.

This exists in Temporal UI 2.16.2 (first version that I started experiment). I just upgrated to 2.19.0 and still encounter this error. Is this error expected? If not how can I fix it? Thanks!

Hi @aimee

I think the issue is that you don’t have advanced visibility What is the Temporal Visibility feature? | Temporal Documentation

without advanced visibility you can not use SQL-like List Filter, like “and”

Is this a local deployment?