Browse Source

Create file for autocomplete documentation

pull/12/head
Julian Simioni 9 years ago
parent
commit
7b7a6d45eb
  1. 4
      getting-started/002-search.md
  2. 3
      getting-started/003-autocomplete.md
  3. 0
      getting-started/004-reverse.md
  4. 0
      getting-started/005-place.md
  5. 0
      getting-started/006-response.md
  6. 0
      getting-started/007-data-sources.md

4
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.

3
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.

0
getting-started/003-reverse.md → getting-started/004-reverse.md

0
getting-started/004-place.md → getting-started/005-place.md

0
getting-started/005-response.md → getting-started/006-response.md

0
getting-started/006-data-sources.md → getting-started/007-data-sources.md

Loading…
Cancel
Save