add normalized version of special search terms on import

Requires the PHP bindings for libicu, so add that as a requirement.
This commit is contained in:
Sarah Hoffmann
2017-06-01 19:34:16 +02:00
parent 2dd7f0156a
commit e3fb706c65
6 changed files with 15 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ For running Nominatim:
* [PostGIS](http://postgis.refractions.net) (2.0 or later)
* [PHP](http://php.net) (5.4 or later)
* PHP-pgsql
* PHP-intl (bundled with PHP)
* [PEAR::DB](http://pear.php.net/package/DB)
* a webserver (apache or nginx are recommended)