Try your search with a different keyword or use * as a wildcard.
@model CustomerRoleProductSearchModel
@{
Layout = "_AdminPopupLayout";
//page title
ViewBag.PageTitle = T("Admin.Customers.CustomerRoles.Fields.PurchasedWithProduct.Choose").Text;
}