Skip to content

Commit a83d1f4

Browse files
committed
added Specifications
1 parent d429d1e commit a83d1f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AspnetRun.Core/Specifications/ProductSlugSpecification.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ public ProductSlugSpecification(string slug)
99
: base(p => p.Slug.ToLower().Contains(slug.ToLower()))
1010
{
1111
AddInclude(p => p.Category);
12+
AddInclude(p => p.Specifications);
13+
AddInclude(p => p.Reviews);
14+
AddInclude(p => p.Tags);
1215
}
1316
}
1417
}

0 commit comments

Comments
 (0)