-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autocomplete for location search (#2182)
* feat: initial location autocomplete interface * fix: convert to use new `LocationSearchSuggestion` type * feat: fully integrate location into autocomplete and allow selecting * fix: close autocomplete when selecting location text * test: basic tests for selecting location autocomplete results * chore: remove commented-out import Co-authored-by: Kayla Firestack <[email protected]> * docs: better explain location autocomplete callbacks Co-authored-by: Kayla Firestack <[email protected]> * test: MapDisplay tests * test: assert that selecting text-only suggestion closes autocomplete * fix: better HighlightedMatch behavior with symbols in highlight text * fix: street view icon issue on Safari * fix: correct return of take_limited_matches/2 with no search terms * fix: prevent search display from rendering over autocomplete * fix: URI-encode location search queries --------- Co-authored-by: Kayla Firestack <[email protected]> Co-authored-by: Kayla Firestack <[email protected]>
- Loading branch information
1 parent
bf09ccc
commit 6debd51
Showing
16 changed files
with
381 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.