diff --git a/search.md b/search.md index aa1217a..ec2d56c 100644 --- a/search.md +++ b/search.md @@ -74,7 +74,7 @@ Structured geocoding accepts one or more of the following parameters: Structured geocoding also supports the other parameters from `search`, allowing you to filter and prioritize your results. -For more information on structured searches, see [Structured geocoding](structured-geocoding.md). +For more information on how to search this way, see [Structured geocoding](structured-geocoding). ## Set the number of results returned diff --git a/structured-geocoding.md b/structured-geocoding.md index 7e7bac3..413e0fc 100644 --- a/structured-geocoding.md +++ b/structured-geocoding.md @@ -1,6 +1,6 @@ # Structured geocoding -With [structured geocoding](https://search.mapzen.com/v1/search/structured), you can search for the individual parts of a location. +With structured geocoding, you can search for the individual parts of a location. Structured geocoding is an option on the [`search` endpoint](search), where a query takes the form of `https://search.mapzen.com/v1/search/structured`. For example, you want to find `30 West 26th Street, New York, NY`. With the geocoding parameter for `\search`, you can only enter the entire location as one string, such as `text=30 West 26th Street, New York, NY`. However, with `\search\structured`, you can specify that this location is composed of a street address, a locality, and a region. @@ -36,7 +36,7 @@ You can use structured geocoding to search for the following parameters: * postalcode * country -Note that the other [\search parameters](https://mapzen.com/documentation/search/search/#available-search-parameters) can also be combined with these to set filters and priorities on the results. +Note that the other [\search parameters](search/#available-search-parameters) can also be combined with these, allowing you to filter and prioritize your results. ### address