Skip to content
Snippets Groups Projects
Commit 7e0dcda4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Ich habe ausversehen die exakte Suche bei einer Iframe Suche ausgeschaltet

parent 23e5dae2
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ class SearchController extends Controller ...@@ -13,7 +13,7 @@ class SearchController extends Controller
public function search($search) public function search($search)
{ {
$link = "https://maps.metager.de/nominatim/search.php?q=" . urlencode($search) . "&limit=10&polygon_geojson=1&format=json&extratags=1&addressdetails=1"; $link = "https://maps.metager.de/nominatim/search.php?q=" . urlencode($search) . "&limit=10&polygon_geojson=1&format=json&extratags=1&addressdetails=1";
$searchResults = $this->makeSearch($link); $searchResults = $this->makeSearch($link, true);
return $searchResults; return $searchResults;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment