From 7b7a6d45ebf5060d715a779b53e92fbc80261d39 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 28 Sep 2015 18:23:03 -0400 Subject: [PATCH] Create file for autocomplete documentation --- getting-started/002-search.md | 4 ---- getting-started/003-autocomplete.md | 3 +++ getting-started/{003-reverse.md => 004-reverse.md} | 0 getting-started/{004-place.md => 005-place.md} | 0 getting-started/{005-response.md => 006-response.md} | 0 getting-started/{006-data-sources.md => 007-data-sources.md} | 0 6 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 getting-started/003-autocomplete.md rename getting-started/{003-reverse.md => 004-reverse.md} (100%) rename getting-started/{004-place.md => 005-place.md} (100%) rename getting-started/{005-response.md => 006-response.md} (100%) rename getting-started/{006-data-sources.md => 007-data-sources.md} (100%) diff --git a/getting-started/002-search.md b/getting-started/002-search.md index 1d7ea11..fd22c67 100644 --- a/getting-started/002-search.md +++ b/getting-started/002-search.md @@ -333,7 +333,3 @@ In Mapzen Search, place types are referred to as `layers`, ranging from fine to |`coarse`|alias for simultaneously using `country`, `region`, `county`, `locality`, `localadmin`, and `neighbourhood`| ****Add example**** - - -## Search with autocomplete -If you are building an end-user application, you can enable `/autocomplete` alongside the `/search` to add real-time feedback to help users find what they are looking for more easily, without requiring them to type the entire search term. Typically, the user starts typing and a drop-down list appears where they can choose the term from the list. diff --git a/getting-started/003-autocomplete.md b/getting-started/003-autocomplete.md new file mode 100644 index 0000000..c1bfd6c --- /dev/null +++ b/getting-started/003-autocomplete.md @@ -0,0 +1,3 @@ +# Search with autocomplete + +If you are building an end-user application, you can enable `/autocomplete` alongside the `/search` to add real-time feedback to help users find what they are looking for more easily, without requiring them to type the entire search term. Typically, the user starts typing and a drop-down list appears where they can choose the term from the list. diff --git a/getting-started/003-reverse.md b/getting-started/004-reverse.md similarity index 100% rename from getting-started/003-reverse.md rename to getting-started/004-reverse.md diff --git a/getting-started/004-place.md b/getting-started/005-place.md similarity index 100% rename from getting-started/004-place.md rename to getting-started/005-place.md diff --git a/getting-started/005-response.md b/getting-started/006-response.md similarity index 100% rename from getting-started/005-response.md rename to getting-started/006-response.md diff --git a/getting-started/006-data-sources.md b/getting-started/007-data-sources.md similarity index 100% rename from getting-started/006-data-sources.md rename to getting-started/007-data-sources.md