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
Which feature or improvement would you like to request?
At the moment, when you want to include a filter, it's case sensitive.
The the UI only creates them with lower case names. So if you want to create "FilterName", it ends up being "filtername"
Meaning, any existing rules that you want to import like:
import :global "FilterName";
Fails due to "FilterName" not found error.
Either the import command should do the search in a case-insensitive way or the UI should allow creation of mixed-case named filters.
Is your feature request related to a problem?
I'm having a problem with...
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Which feature or improvement would you like to request?
At the moment, when you want to include a filter, it's case sensitive.
The the UI only creates them with lower case names. So if you want to create "FilterName", it ends up being "filtername"
Meaning, any existing rules that you want to import like:
import :global "FilterName";
Fails due to "FilterName" not found error.
Either the import command should do the search in a case-insensitive way or the UI should allow creation of mixed-case named filters.
Is your feature request related to a problem?
I'm having a problem with...
Code of Conduct
The text was updated successfully, but these errors were encountered: