ctrlcctrlv / infinity

A vichan fork permitting users to create their own boards
Other
317 stars 151 forks source link

Suggestion: Make filter regex be case sensitive #546

Open sheetsyyy opened 7 years ago

sheetsyyy commented 7 years ago

If I wanted to filter posts that say "example" but the poster said "Example" or God forbid "eXaMpLe, then it wouldn't filter it. I'd have to do [eE][xX][aA][mM][pP][lL][eE] because the filter doesn't let you put in the slashes so you can't do /.../i to make it case insensitive.

My suggestion is to either allow the user to put in the /.../ by themselves, make it completely case insensitive, allow mod types like (?i) unless that's too difficult, or to add check-marks for i and m.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.