You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently its in form where ("{{task}}"="*" or task="{{task}}"), needs to be | where ("{{task}}"="*" or task matches "{{task}}") instead so that wildcards also used while filtering.
The text was updated successfully, but these errors were encountered:
currently its in form
where ("{{task}}"="*" or task="{{task}}")
, needs to be| where ("{{task}}"="*" or task matches "{{task}}")
instead so that wildcards also used while filtering.The text was updated successfully, but these errors were encountered: