Skip to content

Commit 25a690f

Browse files
committed
nominatim separate word via space
1 parent aefc341 commit 25a690f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/config/applications/mapbender_demo_nrw_simple_search_nominatim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ parameters:
260260
query_format: '%s'
261261
token_regex: '[^a-zA-Z0-9äöüÄÖÜß]'
262262
token_regex_in: '([a-zA-ZäöüÄÖÜß]{3,})'
263-
token_regex_out: '$1*'
263+
token_regex_out: '$1 '
264264
collection_path: features
265265
label_attribute: '${properties.address.city} ${properties.address.road} - ${properties.address.house_number}'
266266
geom_attribute: geometry

0 commit comments

Comments
 (0)