X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c86cfefc4813d275073fb5f2b196ddfcc7f26aef..68e0306e627937a051ad2a0dad040a6f6376fbca:/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. `()`.