C Myhill
15 years ago
Hi,
I am using the FindServiceSoap.Find method to find a location using the
Fuzzy search and a thresholdScore of 0, below is the search object used;
FindSpecification findSpec = new FindSpecification();
findSpec.Options = new FindOptions();
findSpec.Options.Range = new FindRange();
findSpec.Options.Range.Count = 50;
findSpec.DataSourceName = "MapPoint.World";
findSpec.InputPlace = "";
findSpec.Options.ThresholdScore = 0;
I am trying to find Pfäffikon, Switzerland. When I enter Pfaffikon without
the foreign character the service returns no locations however if I type in
Pfäffikon including the foreign character the location is returned.
Problem is that my users have UK keybords without the ä character, how do I
get around this?
Thanks
I am using the FindServiceSoap.Find method to find a location using the
Fuzzy search and a thresholdScore of 0, below is the search object used;
FindSpecification findSpec = new FindSpecification();
findSpec.Options = new FindOptions();
findSpec.Options.Range = new FindRange();
findSpec.Options.Range.Count = 50;
findSpec.DataSourceName = "MapPoint.World";
findSpec.InputPlace = "";
findSpec.Options.ThresholdScore = 0;
I am trying to find Pfäffikon, Switzerland. When I enter Pfaffikon without
the foreign character the service returns no locations however if I type in
Pfäffikon including the foreign character the location is returned.
Problem is that my users have UK keybords without the ä character, how do I
get around this?
Thanks