pub fn split_keyword(keyword: &str) -> (&str, &str)
Given a keyword for a suggestion, splits the keyword by the first whitespace into the prefix and the suffix. Returns an empty string as the suffix if there is no whitespace.