Allow for multiple states, range of states to be queried
Changes the state query to be a string and filters it for whether or not it has '-' or ',' characters. Will take queries in the forms "x-y", "x, y, ...", and "x,y,..." (the last having no spaces between entries) and filter appropriately.
Closes #113 (closed)