pub fn search_invert_match<'a>(
    query: &str,
    contents: &'a str
) -> SearchResult<'a>