Try your search with a different keyword or use * as a wildcard.
@model LowStockProductSearchModel
@{
//page title
ViewBag.PageTitle = T("Admin.Reports.LowStock").Text;
//active menu item (system name)
NopHtml.SetActiveMenuItemSystemName("Low stock");
}
@{
const string hideSearchBlockAttributeName = "LowStockPage.HideSearchBlock";
var hideSearchBlock = await genericAttributeService.GetAttributeAsync(await workContext.GetCurrentCustomerAsync(), hideSearchBlockAttributeName);
}