Still limit to max hits

This commit is contained in:
Mubelotix
2025-07-01 18:33:09 +02:00
parent dedae94102
commit 600178c5ab
6 changed files with 24 additions and 1 deletions

View File

@ -209,6 +209,7 @@ impl Search<'_> {
scoring_strategy: ScoringStrategy::Detailed,
words_limit: self.words_limit,
exhaustive_number_hits: self.exhaustive_number_hits,
max_total_hits: self.max_total_hits,
rtxn: self.rtxn,
index: self.index,
semantic: self.semantic.clone(),