-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
contributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
I'd like to set up a Chrome search handler to search the Dart core library APIs, but currently this isn't possible because there's no way to construct a URL for a search query. It would be great to support something like this.
One possibility for an easy implementation that avoids the need for a search results page:
- When a DartDoc page first loads, check for the presence of a query parameter named "search".
- If such a parameter exists, find the first autocomplete result that would be chosen if the search string were typed in the search bar.
- If there is such a result, navigate to its page.
Metadata
Metadata
Assignees
Labels
contributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug