Skip to content

Commit 2c75415

Browse files
committed
just document bug because of post-filtering
1 parent 40f69bb commit 2c75415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/indexer/issues/meilisearch/meilisearch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ func (b *Indexer) Search(ctx context.Context, options *internal.SearchOptions) (
234234
}
235235

236236
return &internal.SearchResult{
237+
// TODO: if nonFuzzyWorkaround is not needed anymore this should deliver correct counts again
237238
Total: searchRes.EstimatedTotalHits,
238239
Hits: hits,
239240
}, nil

0 commit comments

Comments
 (0)