Case sensitivity on hashtags
<!---
Please read this!
Before opening a new issue, make sure to search for keywords in the issues
filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate.
--->
### Summary
Case sensitivity on hashtags is detrimental to the users experience.
### Steps to reproduce
Compare the following two links and note the hashtag params difference in case.
* https://www.minds.com/newsfeed/global/top;hashtag=unfucktheworld;period=24h
* https://www.minds.com/newsfeed/global/top;hashtag=UnfuckTheWorld;period=24h
### Platform information
Cross-platform web.
### What is the current *bug* behavior?
examples, #FOObar and #fooBAR are not showing the same hashtags.
### What is the expected *correct* behavior?
Case sensitivity shouldn't make a difference for hashtags.
### Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
issue