From e5384bdfbb00c2d92d2bcf510c58ea42421de10f Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 14 Jul 2015 16:10:43 +0200 Subject: [PATCH] Update README.md --- geocoder/namedplace/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/geocoder/namedplace/README.md b/geocoder/namedplace/README.md index 712bd2a..62d64a3 100644 --- a/geocoder/namedplace/README.md +++ b/geocoder/namedplace/README.md @@ -152,8 +152,12 @@ In order to test the data and the functions created under the script avaialble i * The geocoding function is using a deprecated table: `admin1_decoder` instead of the new `admin1_synonyms`. Related issue: https://github.com/CartoDB/data-services/issues/148 * The name of the countries added in a column are not being sanitized https://github.com/CartoDB/cartodb/issues/3392 * The generation script for `global_cities_alternates_limited` is missing. +* Needs a better approach for synonyms and normalisation # Historic: +* [14/07/2015]: + * Updated README: Known issues + * Added tests * [24/06/2015]: * Added section "Known issues" * Added table, functions and indexes information