
 E. Hackenitz - 2021-04-20 10:28:01
Basically it works when you supply a single search term or a literal phrase. When more search terms are supplied the  results are pretty soon zero. Don't know if its by design but here is an example
Example
file1 contains:  Lorem ipsum one
file2 contains:  Lorem ipsum two
Search :  Lorem   ->  ok, two hits found
Search :  Lorem ipsum one   ->  one hits found
Search :  one two   ->  no hits found