Skip to content

Commit

Permalink
story 11507: fix bug track total hits (#1364)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Radeau <daniel.radeau.ext@culture.gouv.fr>
  • Loading branch information
2 people authored and laedanrex committed Jul 18, 2023
1 parent b8a23d1 commit df3205e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private List<FacetResultsDto> computeFacetsForAuHavingRules(String transactionId
SelectMultiQuery selectMultiQuery = createSelectMultiQuery(criteriaList);

selectMultiQuery.setLimitFilter(0, 1);
selectMultiQuery.trackTotalHits(true);
selectMultiQuery.trackTotalHits(false);

try {
List<SearchCriteriaEltDto> rulesCriteriaList =
Expand Down

0 comments on commit df3205e

Please sign in to comment.