Skip to content

Restore URL-based search functionality #160

Open
@mathiasbynens

Description

@mathiasbynens

One feature that got lost in the rewrite is the ability to permalink search result pages. This also enabled easy searching from within the Chrome address bar (by adding the site as a custom search engine). Let’s restore this functionality!

In terms of URL design, this could be done with a query parameter:

https://chromedevtools.github.io/devtools-protocol/?q=foo

…or with a hash:

https://chromedevtools.github.io/devtools-protocol/#q=foo

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions