Skip to content

Commit

Permalink
DBC22-3187: Add FuzzyMatch Parameter for geocoder
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Jan 13, 2025
1 parent fadcda4 commit 70a19ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/Components/data/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function getLocations(addressInput) {
addressString: addressInput,
exactSpelling: true,
locationDescriptor: 'routingPoint',
fuzzyMatch: true,
}, {
'apiKey': `${window.GEOCODER_API_CLIENT_ID}`,
}
Expand Down

0 comments on commit 70a19ca

Please sign in to comment.