Created by: Haozhe321
Addresses #2562
Fix
Change the tags to be displayed to lowercase, and the search term to be lowercase. In the way, all comparisons are done in lower case. User can type the search term in whichever case they want(this is handled by react-select), i.e. Javascript
, JavaScript
, JAVASCRIPT
, and the dropdown menu will give user only one answer. So now users do not have to try different permutations of the same word in different cases.