[x] The user is able to click a search button to pull up a search menu
[x] The user is able to search for up to two tags by entering a name and either hitting search which will automatically convert the current input to a tag, or clicking a plus that adds the tag to the search query and allows them to type in another tag
[x] The search converts spaces to underscores and decapitalizes in the background before sending to api
[x] The api performs a fuzzy search if possible, returning tag names sorted by relevancy and post count
[x] The app then displays a list of found tags to the user in the sort order, and the user is able to select one to navigate to the tag page
[x] The user is able to click a search button to pull up a search menu
[x] The user is able to search for up to two tags by entering a name and either hitting search which will automatically convert the current input to a tag, or clicking a plus that adds the tag to the search query and allows them to type in another tag
[x] The search converts spaces to underscores and decapitalizes in the background before sending to api
[x] The api performs a fuzzy search if possible, returning tag names sorted by relevancy and post count
[x] The app then displays a list of found tags to the user in the sort order, and the user is able to select one to navigate to the tag page