fn FindMatchesWithContext( content: &str, query: &str, case_sensitive: bool, whole_word: bool, ) -> Vec<SearchMatch>
Find matches in content with surrounding context