censusreporter / census-api

The home for the API that powers the Census Reporter project.
MIT License
166 stars 50 forks source link

Geo Elastic Search #27

Closed dwillis closed 8 years ago

dwillis commented 9 years ago

When using the Geo Elastic Search API I've found that it typically returns better results when the place name is in lower case. Putting some cities (Savannah, GA, for example) in proper case in the URL produces different results from using lower case:

title case lower case

Just something to note for the docs, I think.

iandees commented 9 years ago

Huh, that is curious. I'll lowercase the text that goes into Elastic Search just so we're consistent.

iandees commented 9 years ago

Fixed in d091b119a.