forked from hans/Nominatim
fix japan code page and remove ' e ' token - causes problems with 'east'
This commit is contained in:
@@ -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
Reference in New Issue
Block a user