Hacker News new | ask | show | jobs
by 38 1064 days ago
so can a POST form request. why people feel the need to reinvent stuff that's existed for decades is beyond me
1 comments

How does the user know which search to use? Ctrl-F vs search box with POST.

Forcing a request what could be done locally is bad design.

By longstanding convention. Ctrl-F is the conventional in-page search combo, while a dedicated search field is the conventional website search engine.
But it's about inpage search, it's just a lazy loading page.

The dedicated search field is for searching my websites and the result would be a list of my pages that contain the search term. Ctrl-F jumps to the location of the search term on the page I'm already at.

You can even use the OpenSearch description and move the search field to the browsers'.