Add raw address value to public report response
This commit is contained in:
parent
1a031f16bd
commit
5011f4c137
1 changed files with 1 additions and 1 deletions
|
|
@ -157,9 +157,9 @@ func reportQuery() bob.BaseQuery[*dialect.SelectQuery] {
|
|||
"a.locality AS \"address.locality\"",
|
||||
"a.number_ AS \"address.number\"",
|
||||
"a.postal_code AS \"address.postal_code\"",
|
||||
"a AS \"address.raw\"",
|
||||
"a.region AS \"address.region\"",
|
||||
"a.street AS \"address.street\"",
|
||||
"r.address_raw AS \"address.raw\"",
|
||||
"r.created",
|
||||
"r.id",
|
||||
"r.latlng_accuracy_value AS \"location.accuracy\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue