Try your search with a different keyword or use * as a wildcard.
@model ShipmentSearchModel
@{
//page title
ViewBag.PageTitle = T("Admin.Orders.Shipments.List").Text;
//active menu item (system name)
NopHtml.SetActiveMenuItemSystemName("Shipments");
}
@{
const string hideSearchBlockAttributeName = "ShipmentsPage.HideSearchBlock";
var hideSearchBlock = await genericAttributeService.GetAttributeAsync(await workContext.GetCurrentCustomerAsync(), hideSearchBlockAttributeName);
}
@*export selected (Excel). We don't use GET approach because it's limited to 2K-4K chars and won't work for large number of entities*@