Implement search function
To match the proposed functionality of website-test-1, a search function should be implemented.
Idea:
- during the build process, a
index.json
is created, containing all statically searchable elements (e.g. all news articles, as well as informational pages) - Lunr.js is a popular tool for implementing client-side search functions
- The
index.json
as well as (for example) all available exams could be taken as the input for lunr.js