pelias / api

HTTP API for Pelias Geocoder
http://pelias.io
MIT License
221 stars 162 forks source link

Fix minor errors in deduplication debug output #1559

Closed orangejulius closed 2 years ago

orangejulius commented 2 years ago

Yesterday I was investigating some deduplication related behavior, and noticed there was a small error in some deduplication related debug output: the GID of the relevant records was not being displayed in debug output because of a reference to an incorrect field.

Deduplication is pretty complicated and confusing, so hopefully someday we can add even more ways to gain insight into what the deduplication logic is doing, but for now this at least fixes a small issue in what we already have. :)