mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
over tokenising 'la'
This commit is contained in:
parent
e65f1c0c1a
commit
c115a53df7
@ -113,6 +113,7 @@
|
||||
$sQuery = preg_replace('/\\bil\\b/','illinois', $sQuery);
|
||||
$sQuery = preg_replace('/\\bal\\b/','alabama', $sQuery);
|
||||
$sQuery = preg_replace('/\\bla\\b/','louisiana', $sQuery);
|
||||
$sQuery = preg_replace('/\\bde louisiana\\b/','de la', $sQuery);
|
||||
}
|
||||
|
||||
// If we have a view box create the SQL
|
||||
|
Loading…
Reference in New Issue
Block a user