diff --git a/query/text_parser.js b/query/text_parser.js index 914a7f43..00e60724 100644 --- a/query/text_parser.js +++ b/query/text_parser.js @@ -8,8 +8,7 @@ when we can't identify parts of an address. This shouldn't contain fields like c or postalcode because we should only try to match those when we're sure that's what they are. */ var adminFields = placeTypes.concat([ - 'region_a', - 'borough' + 'region_a' ]); /**