Try your search with a different keyword or use * as a wildcard.
namespace Nop.Services.Installation.SampleData;
///
/// Sample search term record
///
public partial class SampleSearchTerm
{
///
/// Gets or sets the keyword
///
public string Keyword { get; set; }
///
/// Gets or sets search count
///
public int Count { get; set; }
}