Skip to content

Commit

Permalink
allways serialize facets and values as array #EA-3750
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed May 2, 2024
1 parent c07251a commit c7a6a45
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public ResultsPageSerializer(ResultsPage<T> resPage, String context, String type
this.resultsPage = resPage;
this.context = context;
this.type = type;
registerContainerProperty(CommonApiConstants.SEARCH_RESP_FACETS);
registerContainerProperty(CommonApiConstants.SEARCH_RESP_FACETS_VALUES);
}

public ResultsPage<T> getResultsPage() {
Expand Down

0 comments on commit c7a6a45

Please sign in to comment.