You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
I looked into the source code and I believe I found a bug in process.extractWithoutOrder() which sets the used (pre)processor different for the query then for the choices. I will create a merge request to fix this issue.
The text was updated successfully, but these errors were encountered:
Hi all,
I found a bug in
process.extractWithoutOrder()
which causesprocess.dedupe()
to fail unexpectedly. The example:which results in:
The expected result here is:
I looked into the source code and I believe I found a bug in
process.extractWithoutOrder()
which sets the used (pre)processor different for thequery
then for thechoices
. I will create a merge request to fix this issue.The text was updated successfully, but these errors were encountered: