BrooklynWelsh / CS452_Weather_App

An Android weather app being completed for CS 452 Senior Project.
0 stars 0 forks source link

Database and search results contain cities from Puerto Rico, which doesn't seem to be covered by National Weather Service. #18

Closed BrooklynWelsh closed 3 years ago

BrooklynWelsh commented 3 years ago

Can be fixed by a small tweak to the SQL query to exclude cities with state_id of "PR".

BrooklynWelsh commented 3 years ago

Fixed search queries to exclude results from PR.