Try your search with a different keyword or use * as a wildcard.
@model OfficialFeedPluginSearchModel
@{
//page title
ViewBag.PageTitle = T("Admin.Configuration.Plugins.OfficialFeed").Text;
//active menu item (system name)
NopHtml.SetActiveMenuItemSystemName("All plugins and themes");
}
@{
const string hideSearchBlockAttributeName = "OfficialFeedPage.HideSearchBlock";
var hideSearchBlock = await genericAttributeService.GetAttributeAsync(await workContext.GetCurrentCustomerAsync(), hideSearchBlockAttributeName);
}