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