This simple search finds the files in this directory which contain any of the keywords specified in a search pattern (i.e. a logical "OR" search). This is done by "Whole word" matching, so that the keywords must occur as separate and complete words in a file for a match to occur, and suffixed forms of words (noun plurals, etc.) must be searched for separately. However, you can find all occurrences of words beginning with a certain sequence of letters by ending a keyword with the special "*" wildcard character (so that using the search keyword "hat*" will find sentences that contain any of the words "hat", "hats", hatred", etc.).
If additional keyword(s) are entered into the second, optional, form field, then only files which contain at least one keyword from both of the search patterns are returned (i.e. the search is a logical "OR" search with respect to the individual keywords in each search pattern, but is a logical "AND" search with respect to both search patterns taken together).
