From 9dbed08884897cfd7ac8ec4ba9715ba1dd3170ff Mon Sep 17 00:00:00 2001 From: missinglink Date: Thu, 28 Apr 2016 14:36:29 +0200 Subject: [PATCH] remove duplicate entry for borough --- query/text_parser.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' ]); /**