1 write to _slugLower
aspire (1)
Documentation\Docs\DocsIndexService.cs (1)
1117
_slugLower
= NormalizeSearchText(source.Slug);
5 references to _slugLower
aspire (5)
Documentation\Docs\DocsIndexService.cs (5)
1118
SlugSegments =
_slugLower
.Split('-');
1121
IdentitySearchableTextLower = $"{
_slugLower
} {TitleLower}";
1139
var capacity =
_slugLower
.Length + TitleLower.Length + (SummaryLower?.Length ?? 0);
1146
builder.Append(
_slugLower
);
1170
public string SlugLower =>
_slugLower
;