ninya-io / ninya.io

Find StackOverflow users near you by tags and reputation
MIT License
60 stars 13 forks source link

Location data should be searchable by distinct words #1

Closed cburgdorf closed 11 years ago

cburgdorf commented 11 years ago

Currently if a location reads "San Francisco, CA, USA" it will not be found if we search for "USA". It's easy fixable if we split the string with an regex and then emit each distinct word.