Add raw address value to public report response

This commit is contained in:
Eli Ribble 2026-04-13 16:59:20 +00:00
parent 1a031f16bd
commit 5011f4c137
No known key found for this signature in database

View file

@ -157,9 +157,9 @@ func reportQuery() bob.BaseQuery[*dialect.SelectQuery] {
"a.locality AS \"address.locality\"", "a.locality AS \"address.locality\"",
"a.number_ AS \"address.number\"", "a.number_ AS \"address.number\"",
"a.postal_code AS \"address.postal_code\"", "a.postal_code AS \"address.postal_code\"",
"a AS \"address.raw\"",
"a.region AS \"address.region\"", "a.region AS \"address.region\"",
"a.street AS \"address.street\"", "a.street AS \"address.street\"",
"r.address_raw AS \"address.raw\"",
"r.created", "r.created",
"r.id", "r.id",
"r.latlng_accuracy_value AS \"location.accuracy\"", "r.latlng_accuracy_value AS \"location.accuracy\"",