mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 06:22:13 +03:00
fix japan code page and remove ' e ' token - causes problems with 'east'
This commit is contained in:
parent
f5ca016e98
commit
491f5961e1
@ -248,7 +248,6 @@ gettokenstring( PG_FUNCTION_ARGS )
|
||||
str_replace(buffer, &len, &changes, " und ", 5, " ", 1, 0);
|
||||
str_replace(buffer, &len, &changes, " en ", 4, " ", 1, 0);
|
||||
str_replace(buffer, &len, &changes, " et ", 4, " ", 1, 0);
|
||||
str_replace(buffer, &len, &changes, " e ", 3, " ", 1, 0);
|
||||
str_replace(buffer, &len, &changes, " y ", 3, " ", 1, 0);
|
||||
|
||||
// 'the' (and similar)
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user