nanterre: déscendre le seuil de similarité par défaut à 10% (fixes #22345)

This commit is contained in:
Benjamin Dauvergne 2018-03-07 14:58:37 +01:00 committed by Thomas NOEL
parent 434d5a2f02
commit fc110948b5
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class PersonSearch(object):
yield application, value['name']
return list(helper())
def __init__(self, limit=0.5, base_limit=0.3):
def __init__(self, limit=0.5, base_limit=0.1):
self.birthdates_filters = []
self.filters = {}
self.name_filters = []