This documentation provides instructions on how to use the Project Endings staticSearch Generator to provide a fully-functional search ‘engine’ to your website without any dependency on server-side code such as a database.
The Generator supports the following features:
+
(plus) before a word means that search results must contain that word, and adding a -
(minus) means that results must not contain that word. Words without plus or minus are treated as may contain, contributing to the score of any retrieved document.lo[uv]e?
to find ‘loved’, ‘loued’, ‘loves’, ‘louer’, etc. If you don't have a stemmer for the language of your document collection, this
feature is a good alternative (although it can be combined with a stemmer as well
for greater flexibility).