Closed lwasser closed 7 years ago
Jekyll builds the entire site which makes dynamic searching difficult. however one work around is to use JSON to store a record of all pages and generate a search that way
https://github.com/cobbler/jekyll-dynamic-search
we might be able to use this as a work around to generate drop downs that allow users to filter content based upon YAML elements.
Another implementation of this: http://jekyll.tips/jekyll-casts/jekyll-search-using-lunr-js/
This issue was moved to earthlab/earthlab.github.io#24
Jekyll builds the entire site which makes dynamic searching difficult. however one work around is to use JSON to store a record of all pages and generate a search that way
https://github.com/cobbler/jekyll-dynamic-search
we might be able to use this as a work around to generate drop downs that allow users to filter content based upon YAML elements.