Foundation
Foundation copied to clipboard
Search result ALL showing wrong count
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()