Skip to content

Commit

Permalink
Add todo comments to force decision
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbmclaughlin committed Dec 17, 2024
1 parent 2885706 commit 4af395a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/services/lib/bing-results-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async function bingResultsParser (bingData) {
return []
}

// TODO: decide if we should only return high confidence
const allowedConfidences = ['high', 'medium']

// note that allowedTypes also captures precedance rules for when multiple
Expand All @@ -71,6 +72,7 @@ async function bingResultsParser (bingData) {
'populatedplace',
'admindivision2',
'admindivision1',
// TODO: decide is we need to remove roadblock & religiousstructure
'religiousstructure',
'roadblock'
]
Expand Down

0 comments on commit 4af395a

Please sign in to comment.