X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/74be6828dd971abbf670435d8b6db4834778c28d..8f299838f756045e2340a38d56a5dfe99d3f6196:/docs/api/Search.md diff --git a/docs/api/Search.md b/docs/api/Search.md index 45606a71..39864b24 100644 --- a/docs/api/Search.md +++ b/docs/api/Search.md @@ -31,7 +31,7 @@ The search term may be specified with two different sets of parameters: [birmingham, pilkington avenue](https://nominatim.openstreetmap.org/search?q=birmingham,+pilkington+avenue). Commas are optional, but improve performance by reducing the complexity of the search. - +* `amenity=` * `street= ` * `city=` * `county=` @@ -51,6 +51,12 @@ Both query forms accept the additional parameters listed below. See [Place Output Formats](Output.md) for details on each format. (Default: jsonv2) +!!! note + The Nominatim service at + [https://nominatim.openstreetmap.org](https://nominatim.openstreetmap.org) + has a different default behaviour for historical reasons. When the + `format` parameter is omitted, the request will be forwarded to the Web UI. + * `json_callback=` Wrap JSON output in a callback function ([JSONP](https://en.wikipedia.org/wiki/JSONP)) i.e. `()`.