You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: