Searching:


   ..in quote
   ..in author
   ..in source

   all words
   any words
   like (*)
Sensitivity (if using `like')
   loose (> 30%)
   average (>50%)
   close match (> 80%)

  Search string:

  


(*): 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.