Page 1 of 1

Problem with Housenumber-Range in Street field

Posted: Wed Oct 12, 2016 12:13 pm
by Howard
Hi,

we just encountered an issue with an address and I was trying out different settings in the xLocateServer but I wasn't able to get better results.

Code: Select all

country="D" 
postCode="12105 " 
city="Berlin" 
street="Ringstr. 103/106"
This will return hits with completely different postcodes, but with Streets like "Straße 106" and "Straße 103".

If I remove the "/" from the street and replace it with a space, it works fine. "-" also does not work.

It's unfortunate that I cannot use put the house number in the appropriate field, since that would fix everything. :?

Any suggestings?

Regards,

Sven Howard

Re: Problem with Housenumber-Range in Street field

Posted: Fri Oct 14, 2016 10:24 am
by Bernd Welter
Hello Sven,
how about this approach? I changed some values in the native profile:
<HNr.RangeSeparators Value="" Type="string"/>
<Intersections.Enable Value="0" Type="bool"/>
<Intersections.Separators Value="\¤ at ¤ @ ¤ ecke ¤" Type="string"/>
Result after the proposal has been applied
Result after the proposal has been applied
Looks good...

Best regards Bernd

Re: Problem with Housenumber-Range in Street field

Posted: Tue Oct 18, 2016 10:16 am
by Howard
That does the trick!

Thanks you very much. :)

Sven Howard