Try your search with a different keyword or use * as a wildcard.
@model ProductDetailsModel
@{
var addtocomparelink = Url.RouteUrl("AddProductToCompare", new { productId = Model.Id });
}
@if (Model.CompareProductsEnabled)
{
}