Each word in the query is a separate term.
All terms are case insensitive.
The results only include documents containing all the search terms (i.e. implicit AND search)
Each term can be modified as described below.
Term modifiers provide a wider range of searching options:
To perform a wildcard search use the * symbol.
Wildcard search matches 0 or more characters. For example, tr*ry matches both the words "trajectory" and "tributary".
There is an implicit wildcard search at the end of each search term. For example, test search matches "test searching" and "testing search" without the need to add the * symbol on the end of each term.
The "-" or prohibit operator excludes documents that contain the term after the "-" symbol.
To search for documents that contain "conservation" but not "ecosystem" use the query:
The Lunr framework v2.3.9 is utilised to implement the search facility.