Foundation icon indicating copy to clipboard operation
Foundation copied to clipboard

Search result ALL showing wrong count

Open RuiRayWang opened this issue 2 years ago • 0 comments

Right now the ALL is showing just the total count from the sections, not including the results from the top level pages.

In /Features/Search/_FacetContent.cshtml line 38 @Model.ContentSearchResult.Hits.FilterFacet("AllSections").Count should be changed to @Model.ContentSearchResult.Hits.Count()

RuiRayWang avatar Sep 07 '22 20:09 RuiRayWang