From 21fcd912c28886e9c3f059f94feff69ee07584e7 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Wed, 21 Sep 2016 14:05:25 -0400 Subject: [PATCH] add match_type to the list of result properties --- helper/geojsonify_place_details.js | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/geojsonify_place_details.js b/helper/geojsonify_place_details.js index 297ca3bd..6726e60a 100644 --- a/helper/geojsonify_place_details.js +++ b/helper/geojsonify_place_details.js @@ -8,6 +8,7 @@ var DETAILS_PROPS = [ { name: 'street', type: 'string' }, { name: 'postalcode', type: 'string' }, { name: 'confidence', type: 'default' }, + { name: 'match_type', type: 'string' }, { name: 'distance', type: 'default' }, { name: 'country', type: 'string' }, { name: 'country_gid', type: 'string' },