From be5c82d7facc86ceacca715913414dddf11d04b5 Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:19:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Going=20back=20to=20QRa?= =?UTF-8?q?tio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lamin_utils/_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamin_utils/_search.py b/lamin_utils/_search.py index d30fb9c..c7f857d 100644 --- a/lamin_utils/_search.py +++ b/lamin_utils/_search.py @@ -41,7 +41,7 @@ def _fuzz( # use WRatio to account for typos if " " in string: - scorer = fuzz.token_set_ratio + scorer = fuzz.QRatio else: scorer = fuzz.WRatio