]> git.openstreetmap.org Git - nominatim.git/blob - website/404-old-search-syntax.html
don't even try heavily penalized searches
[nominatim.git] / website / 404-old-search-syntax.html
1 <html>
2 <head>
3 <title>File Not Found</title>
4 </head>
5 <body>
6 <h1>File not found: API no longer accessible via this URL</h1>
7
8 <p>Using the URL <tt>/search/</tt> and <tt>/reverse/</tt> (with slashes)
9 is no longer supported. Please use URLs as given in the documentation.</p>
10
11 <p><b>Examples how to change the URL:</b></p>
12
13 <p>You use: <tt>https://nominatim.openstreetmap.org/search/?q=Berlin</tt><br/>
14 Change to: <tt>https://nominatim.openstreetmap.org/search?q=Berlin</tt>
15 </p>
16
17 <p>You use: <tt>https://nominatim.openstreetmap.org/search/US/Texas/Huston</tt><br/>
18 Change to: <tt>https://nominatim.openstreetmap.org/search?q=Huston, Texas, US</tt>
19 </p>
20
21 <p>See <a href="https://github.com/osm-search/Nominatim/issues/3134">github issue #3134</a>
22 for more details.</p>
23 </body>
24 </head>