Skip to content

Commit

Permalink
DBC22-1269: updated minscore param (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd authored Nov 21, 2023
1 parent 0e5e7a5 commit c58dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/Components/data/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { get } from "./helper.js";

export function getLocations(addressInput) {
return get(`${process.env.REACT_APP_GEOCODER_HOST}/addresses.json`, {
minScore: 50,
minScore: 65,
maxResults: 5,
echo: 'false',
brief: true,
Expand Down

0 comments on commit c58dd2f

Please sign in to comment.