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