Collaborne / paper-search

A Material Design search bar (Polymer)
https://www.webcomponents.org/element/Collaborne/paper-search
Apache License 2.0
51 stars 28 forks source link

'paper-search-panel` Provide data to search #31

Closed dbrownjave closed 6 years ago

dbrownjave commented 6 years ago

I don’t know how to search through an array and display the results. How do I provide my array, so I can search through it?

Any help appreciated.

screen shot 2018-02-07 at 11 56 13 pm
ronnyroeller commented 6 years ago

The <paper-search-panel> doesn't take care of searching itself. It exposes the search property with the search term (see https://github.com/Collaborne/paper-search/blob/master/demo/paper-search-panel.html#L32). Your application needs to use the search term to do its magic (like send a query to your search backend or do some filtering in the frontend).