Check if inputted search terms are the proper type
Created by: cschloer
Currently if you search for "30148400474d" (a non integer string) in the bbl search the buildingservice returns a 502 BadGateway. This fix makes sure that if bbl (and building_id and lot_id if we add them in the future) is inputted it is of type integer, otherwise we just return an empty list.