Closed cburgdorf closed 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.
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.