Changes for Preorder:

- Added OAID to Hausnummer and Wohneinheit
- Added format parameter to /addressdb/findAddress
- Added additional fields to /addressdb/findAddress
- Updated api doc yaml
- Updated addressdb import scripts for Liezen
This commit is contained in:
Frank Schubert
2022-12-06 22:47:58 +01:00
parent d65e2c5f88
commit 5dbf05d55f
10 changed files with 8218 additions and 63 deletions

View File

@@ -18,7 +18,7 @@ class DashboardController extends mfBaseController {
protected function testAction() {
var_dump(ADBHausnummerModel::search(["hausnummer" => 1]));
var_dump(ADBWohneinheitModel::count(["hausnummer_id" => 1772369]));
exit;
}