]> git.example.dev Git - binbsis50.git/commitdiff
updated: check if title matches without the "the"
author2weiEmu <saalbach.robert@outlook.de>
Wed, 11 Mar 2026 21:57:23 +0000 (22:57 +0100)
committer2weiEmu <saalbach.robert@outlook.de>
Wed, 11 Mar 2026 21:57:23 +0000 (22:57 +0100)
lib/new_match.js

index 35f74b993b038a46fb07262173a8cb3a0fcdde6d..41bdbedfd70bcf120a195ccfd2f31874ca2968c9 100644 (file)
@@ -49,6 +49,7 @@ const checkDistance = function(s1, s2) {
 const replacement_patterns = [
   ["", ""],
   [" + ", "and"],
+  ["the", ""],
   [" & ", "and"],
 ]