Closed dbrownjave closed 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).
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.