public static DataTable Search(this SearchHelper searchHelper, string keyword)
 {
     return(searchHelper.Search(new PanGuAnalyzer(), keyword));
 }