Fix hashtag search

Merged feld requested to merge feld/pleroma:fix_hashtag_search into develop

When we lowercase the search it will succesfully do a case insenstive match. Now #Linux will match #linux and #LINUX whereas previously it would only match the exact case.

Merge request reports