Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Common;
using Nop.Services.Caching;
namespace Nop.Services.Common.Caching;
/// <summary>
/// Represents a search term cache event consumer
/// </summary>
public partial class SearchTermCacheEventConsumer : CacheEventConsumer<SearchTerm>;