# Address autocomplete
This demo shows you how to build an Address autocomplete experience using Typesense.
Live Demo (opens new window) | Source Code (opens new window)
# Key Highlights
- Here's (opens new window) the Typesense schema for address autocomplete. Tip: it works best when we separate the address and zipcode into their own field and setting
query_by: adddress_without_zipcode, zipcodein the search params (opens new window). - Here's (opens new window) how to disable detached mode on smaller screen.
This documentation site is open source. Found an issue? Edit this page (opens new window) and send us a Pull Request.
For AI Agents: View an easy-to-parse, token-efficient
Markdown version of this page. You can also replace
.html with .md in any docs URL. For paths ending in /, append
README.md to the path.
Last Updated: 6/17/2024, 2:46:58 AM