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 15, 2025
1 parent 45954fc commit 01fcaed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/Components/data/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ export function getLocations(addressInput) {
brief: true,
autoComplete: true,
addressString: addressInput,
exactSpelling: true,
exactSpelling: false,
locationDescriptor: 'routingPoint',
fuzzyMatch: true,
}, {
'apiKey': `${window.GEOCODER_API_CLIENT_ID}`,
}
Expand Down

0 comments on commit 01fcaed

Please sign in to comment.