wpinvestigative / arcos

https://wpinvestigative.github.io/arcos/
Other
30 stars 18 forks source link

Counties with Two Word Names #1

Closed cmarkymark closed 5 years ago

cmarkymark commented 5 years ago

Hello!

First, this library is super helpful!!

So I noticed when I attempt to search for a county with a two word name (ie "San Diego"), it throws a 502 error. When I use a single word county name, it runs fine. Was wondering if this has come up before?

Thanks

Charles

andrewbtran commented 5 years ago

Thanks for letting us know. I've pushed out a new version that handles the spaces correctly.

cmarkymark commented 5 years ago

Awesome! A potential suggestion, if there was a function that just returned a data.frame of all of the counties and states (as stored in your db), that would make certain automations easier to set up. Anyway, thanks for this library once again!