Uche Ozoemena
Uche Ozoemena

Reputation: 926

how to handle duplicated place listings in HERE search API

NOTE: this question is specifically for support staff of the HERE Developer API because they ask freemium users to post support questions on Stack Overflow rather than trying to contact them directly. If you're not a member of their staff and you're unable to help or if the question is unclear to you, don't worry about it. :)


How can I handle duplicated listings returned by the search endpoints? I use both /autosuggest and /discover and I've noticed that some businesses are duplicated with very slight differences in their properties except for their IDs. However in the HERE mobile app, those duplicates don't show up. Specific examples are:

It's clear that there's a way that the HERE team gets around this problem, so I'd like to replicate that for myself if possible. Thanks! :)

Upvotes: 3

Views: 77

Answers (1)

user3919920
user3919920

Reputation: 365

Actually #9 On this URL (and a few other fixes) state duplicates

#9 Query for "International Tap House" returns duplicates.

https://developer.here.com/documentation/places/release_notes/topics/resolved-issues.html

However nothing is stating how to fix as per this scenario which is on-the-fly. Where 2 places are same (duplicate) in almost all ways, same address etc but have unique IDs and maybe a slight difference in hrs of operation or something. HERE own all doesn't show both as shown above so there must be a logic mechanism to filter one out (or a best practices suggestion).

Upvotes: 1

Related Questions