Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.86k stars 4.74k forks source link

Site search implementation #2055

Closed thisninja closed 8 years ago

thisninja commented 9 years ago

Hey. I'd like to see site search to have quick access to content like on foundation docs page.

If there are any chances that it will be accepted I'd like to help with that. :sunny:

acburst commented 9 years ago

We were thinking of doing some basic site search but because our docs are just static pages we didn't really know of a good way. If you have any suggestions or want to try implementing something in a pull request we'd love to see it.

We were looking at something called lunr.js which is a basic client side javascript search which would be a good place to start. http://lunrjs.com/

----------------------------edit--------------------------------- https://github.com/Dogfalo/materialize/tree/docs-search

started working on new search.

acburst commented 8 years ago

Finished in 15059ed