Appearance
export function prepareSimpleSearch(query: string): (text: string) => SearchResult | null;
构造一个运行在目标字符串上的简单搜索回调函数。
query