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
As a user who's using raw regex input, I should get different behavior when I have nothing in the filter and when I have some broken or incomplete regex, like:
wang(chung
My initial thought is to implement an "error" visual state for the filter, and enter/exit it based on filter state.
I think this is only relevant for the raw regex search mode - I don't think token mode can be broken in this way, because tokens are all regex-quoted.
The text was updated successfully, but these errors were encountered:
As a user who's using raw regex input, I should get different behavior when I have nothing in the filter and when I have some broken or incomplete regex, like:
My initial thought is to implement an "error" visual state for the filter, and enter/exit it based on filter state.
I think this is only relevant for the raw regex search mode - I don't think token mode can be broken in this way, because tokens are all regex-quoted.
The text was updated successfully, but these errors were encountered: