Try your search with a different keyword or use * as a wildcard.
@model AddAssociatedProductSearchModel
@{
Layout = "_AdminPopupLayout";
//page title
ViewBag.PageTitle = T("Admin.Catalog.Products.AssociatedProducts.AddNew").Text;
}
@if (ViewBag.RefreshPage == true)
{
if (ViewBag.ClosePage == true)
{
}
}