Skip to content

Commit

Permalink
just document bug because of post-filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Mar 11, 2024
1 parent 40f69bb commit 2c75415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/indexer/issues/meilisearch/meilisearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ func (b *Indexer) Search(ctx context.Context, options *internal.SearchOptions) (
}

return &internal.SearchResult{
// TODO: if nonFuzzyWorkaround is not needed anymore this should deliver correct counts again
Total: searchRes.EstimatedTotalHits,
Hits: hits,
}, nil
Expand Down

0 comments on commit 2c75415

Please sign in to comment.