--- tomboy-0.6.3/Tomboy/NoteWindow.cs 2007-04-09 11:16:25.000000000 -0400 +++ tomboy-0.6.3/Tomboy/NoteWindow.cs 2007-07-03 15:53:30.000000000 -0400 @@ -1065,7 +1065,7 @@ if (!case_sensitive.Active) text = text.ToLower (); - string [] words = text.Split (' ', '\t', '\n'); + string [] words = {text}; current_matches = FindMatchesInBuffer (note.Buffer,