# Functions
DeleteFile deletes a folder (or file) and everything in that folder.
ParseSearchResults takes a result of any search and gets the document ID's, pulls the files from the database and sends them back.
SearchExactPhrase is used to search using multiple words instead of just one word //TODO implement frontend support for exact phrase.
SearchExactSingleTerm searches for just one word //TODO implement frontend support for exact term.
SearchGeneralPhrase is a "fuzzy" search that is very inclusive.
# Variables
Logger is global since we will need it everywhere.
# Structs
ServerHandler will inject the variables needed into routes.