From 03fae5c5ef56299f96469c209dd599bf232b54c9 Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 24 Jun 2015 14:54:54 +0200 Subject: [PATCH] Update README.md --- geocoder/namedplace/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/geocoder/namedplace/README.md b/geocoder/namedplace/README.md index b887944..b09bc81 100644 --- a/geocoder/namedplace/README.md +++ b/geocoder/namedplace/README.md @@ -71,7 +71,12 @@ SELECT (geocode_namedplace(Array['sunapee', 'sunapeeee', 'New York City'], 'USA' # Testing In order to test the data and the functions created under the script avaialble in this folder, you will need to run `bash test.sh` from `test/data` and `test/functions`. +# Known issues +* Admin1 column with null rows doesn't return a result: https://github.com/CartoDB/data-services/issues/147 + # Historic: +* [24/06/2015]: + * Added section "Known issues" * [23/06/2015]: * `README.md` file generated * Added structure for `/test`