Skip to content

Commit 01fcaed

Browse files
committed
DBC22-3187: Add FuzzyMatch Parameter for geocoder
1 parent 45954fc commit 01fcaed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/frontend/src/Components/data/locations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ export function getLocations(addressInput) {
88
brief: true,
99
autoComplete: true,
1010
addressString: addressInput,
11-
exactSpelling: true,
11+
exactSpelling: false,
1212
locationDescriptor: 'routingPoint',
13+
fuzzyMatch: true,
1314
}, {
1415
'apiKey': `${window.GEOCODER_API_CLIENT_ID}`,
1516
}

0 commit comments

Comments
 (0)