-
Notifications
You must be signed in to change notification settings - Fork 260
Cannot Properly Filter Empty Subject Lines #744
Comments
This is due to it defaulting to no match when the input string is empty (ie subject line is empty). Clover/Clover/app/src/main/java/org/floens/chan/core/manager/FilterEngine.java Lines 177 to 178 in d42b9df
|
Even if I enable the regex that I posted above, the filters do not work when I actually go to browse a board, posts with nonempty subject lines still show up. |
|
Short and descriptive title:
Clover cannot seem to use regex to filter empty subject lines
Detailed explanation of the issue:
I am trying to filter the posts on all boards such that only posts with nonempty subject lines
are visible but it seems that the app cannot properly match empty regex strings
The following do not work:
/^$/
/^(?![\s\S])/
They should match on empty strings but they don't
Steps to reproduce the issue:
This is what the filter screen looks like:
The "types" selected is just subject
Android version: 7.0
Phone model: SM-G935U
Clover version: v3.0.2
The text was updated successfully, but these errors were encountered: