Skip to content

Commit

Permalink
Merge pull request #140 from City-of-Helsinki/UHF-8430_Unit-search-mu…
Browse files Browse the repository at this point in the history
…nicipality-bug

UHF-8430: Added municipality to the address search query.
  • Loading branch information
dire authored May 12, 2023
2 parents ffd7356 + 5830138 commit e2f8518
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ protected static function fetchAddressCoordinates(string $address): array {
'page' => '1',
'page_size' => '1',
'language' => $language,
'municipality' => 'helsinki',
],
]);
}
Expand Down

0 comments on commit e2f8518

Please sign in to comment.