Make a search bar working

Hi,
I want to make the right side search bar (on http://daemonite.github.io/material/index.html) working, How can I do?

Thanks

The Material UI is a UX framework. It only provides the styles and markup for a search interface. It doesn’t provide any of the plumbing needed to actually drive a search index.

There’s a multitude of different search engines available. What you choose will depend a great deal on the development stack you are running. Hope that helps.