INN / maine-legislature

Application to make public the sources of income for Maine legislators
http://apps.pinetreewatch.org/maine-legislature/
MIT License
0 stars 0 forks source link

Build homepage search view #59

Closed benlk closed 8 years ago

benlk commented 9 years ago

Searchable content should be:

benlk commented 9 years ago

How do I make this searchable? It's essentially an unordered list.

benlk commented 9 years ago

From Ryan: http://lunrjs.com/

My thoughts:

the index is a different representation of the data in the html list, and that binds to ids which can be used by the processing pipeline to show/hide the elements in the search as appropriate.

the route for the json would be to a function that returns JSON.stringify an array of the data needed by the search

benlk commented 9 years ago

http://www.listjs.com/docs seems made to order