meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Add a searchbar #17

Closed thedrow closed 8 years ago

thedrow commented 10 years ago

Possibly with https://github.com/olivernn/lunr.js since you are just reading everything from a json file so it should be really easy to integrate it.

ghickman commented 10 years ago

What would you be searching for?

perry commented 10 years ago

Could add a field above the list of packages to filter it.

thedrow commented 10 years ago

Just a package's name...

mlen108 commented 10 years ago

This seems a much better choice for filtering the list of packages. http://listjs.com/

thedrow commented 10 years ago

@mattack108 I say KISS but nice library :)

ppolewicz commented 9 years ago

press CTRL+f to show searchbar (it is hidden by default :wink:)

ghickman commented 8 years ago

CTRL/CMD+f seems like a perfectly good solution.