Skip to content

Commit

Permalink
#881 Added refinement results to the context
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Oct 14, 2021
1 parent 05464f7 commit eab64df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ export default class SearchResultsContainer extends React.Component<ISearchResul
}

} else {

let templateContext = {
queryModification: this.state.results.QueryModification,
items: this.state.results.RelevantResults,
secondaryResults: this.state.results.SecondaryResults,
promotedResults: this.state.results.PromotedResults,
refinementResults: this.state.results.RefinementResults,
paging: {
showPaging: this.props.pagingSettings.showPaging,
currentPageNumber: this.state.results.PaginationInformation ? this.state.results.PaginationInformation.CurrentPage : 1,
Expand Down

0 comments on commit eab64df

Please sign in to comment.