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
Filtering by subject, comments, etc. works great, but you still got stuck with all threads leaving the field in question empty. As regex filtering for empty strings doesn't seem to work, I'd suggest adding an "empty" checkbox.
The text was updated successfully, but these errors were encountered:
Regular expressions that match the empty string (like /^$/) should now work in dev. Note that any expression that would reduce to a pattern input of empty string (like //, "", or any number of spaces) have been prevented, as those would match everything.
Filtering by subject, comments, etc. works great, but you still got stuck with all threads leaving the field in question empty. As regex filtering for empty strings doesn't seem to work, I'd suggest adding an "empty" checkbox.
The text was updated successfully, but these errors were encountered: