x-tabdeveloping / neofuzz

Blazing fast fuzzy text search for Python.
https://x-tabdeveloping.github.io/neofuzz/
MIT License
38 stars 2 forks source link

Changing limit parameter influences top k results #10

Open SeanPedersen opened 3 weeks ago

SeanPedersen commented 3 weeks ago

I noticed a strange behavior: when I switch the process.extract(query, limit=k) from k=10 to k=1000 I get different top k results (better for higher k).

Expected behavior: the top 10 matches should be the same for limit=10 and limit=1000.

x-tabdeveloping commented 3 weeks ago

Eeery.. Can you give me a minimal reproducible example of this so I can investigate?