C14L / dtr5

Meetup app for Reddit users based on subreddit subscriptions.
https://reddmeet.com
12 stars 2 forks source link

Bug in search settings, ignore subreddits list AND subreddit views: capitalization should NOT matter for name-filtering, currently it IS case sensitive. #58

Closed C14L closed 8 years ago

C14L commented 8 years ago

Example: Filtering out "prorevenge" doesn't work, but "ProRevenge" does.

Another Example: redddate.com/r/fui/ returns "Not Found", but redddate.com/r/FUI works. Reddit allows both.

And no model.ICharField() in Django to create database native case insensitive char fields.