When we have a default filter apply to a layer on creation, if we open data table, the filter is not applied by default and features are shown without a warning for the user
If there a default filter, this filter should be applied to the data table on creation. The problem is default filter can be something like name IN but table will be name CONTAINS. The problem is the type of filter are different and cannot be translated tone to the other easily.
Is there an existing issue for this?
Current Behavior
When we have a default filter apply to a layer on creation, if we open data table, the filter is not applied by default and features are shown without a warning for the user
Expected Behavior
If there a default filter, this filter should be applied to the data table on creation. The problem is default filter can be something like name IN but table will be name CONTAINS. The problem is the type of filter are different and cannot be translated tone to the other easily.
Steps To Reproduce
Anything else?
No response