(*): Uses the PHP function similar_text(), which for example
catches slightly differently structured sentences and misspellings, however,
it is sensitive to length - you can't really do a fuzzy substring search.
It works like a charm when you can't remember how exactly something
was put, though.You can try playing with the sensitivity, but if an 'and' search suffices, use that instead.