gulpjs / gulpjs.github.io

The gulp website
http://gulpjs.com
44 stars 44 forks source link

Plugins page: Clicking a keyword should search for that keyword #115

Open phated opened 4 years ago

phated commented 4 years ago

I thought about this but didn't implement it. This would make them more usable.

ghost commented 4 years ago

@phated Want to implement this after the deprecate card issue. For the clear understanding about this issue, I want to ask few questions.

  1. Is it correct to think that clicking button in photo below trigger the search and shows list of result? image
  2. After displaying the list the keyword must be in the search-box? image
  3. Kindly asking if I can get the brief explanation about the api request through the GET method? The API request to npm when we tried to get the deprecated package was bit hard to understand( https://registry.npmjs.com/-/v1/search?from=0&text=keywords:gulpplugin%20is:unstable%20not:unstable%20webpack&quality=0.5&popularity=1.0&maintenance=0.1).