Added RW/HW to AddressDB Api search/find functions

This commit is contained in:
Frank Schubert
2023-08-31 06:45:55 +02:00
parent 9239599d65
commit 51d439c1de
3 changed files with 22 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ class AddressDB {
`Hausnummer`.`hausnummer` AS `hausnummer`,
`Hausnummer`.`extref` AS `hausnummer_extref`,
`Hausnummer`.`unit_count` AS `unit_count`,
`Hausnummer`.`rw` AS `rw`,
`Hausnummer`.`hw` AS `hw`,
`Hausnummer`.`gps_lat` AS `gps_lat`,
`Hausnummer`.`gps_long` AS `gps_long`,
`Hausnummer`.`grund_nr` AS `grund_nr`,