From 3bb9351dd2e5b95a4e63b9e6decd01be203d7c5b Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Wed, 16 Sep 2015 19:38:42 -0400 Subject: [PATCH] Update 002-search.md --- getting-started/002-search.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/getting-started/002-search.md b/getting-started/002-search.md index cca59cd..68f511f 100644 --- a/getting-started/002-search.md +++ b/getting-started/002-search.md @@ -19,6 +19,20 @@ Let's say you wanted to find **Stinky Beach**, you would simply query the search _...go ahead, and click that link, we'll wait_ +Maybe you'd like to find an **address**, like this: + +> [/v1/search?___text=30 west 26th street___](https://search.mapzen.com/v1/search?api_key={YOUR_API_KEY}&text=30 west 26th street) + +Or even a landmark, like **Yankee Stadium**: + +> [/v1/search?___text=yankee stadium___](https://search.mapzen.com/v1/search?api_key={YOUR_API_KEY}&text=yankee stadium) + +_You may have noticed already that cApiTaliZAtioN isn't a big deal for search._ +_You can type `yankee stadium` or `Yankee Stadium` or even `YANKEE STADIUM` if you're really excited about finding it._ +_See for yourself:_ + +> [/v1/search?___text=YANKEE STADIUM___](https://search.mapzen.com/v1/search?api_key={YOUR_API_KEY}&text=YANKEE STADIUM) + #### Results Now that you're back, you probably saw a `GeoJSON` formatted response on the other side of that click.