From 6cd966d876abf4a4f8ebee60175bfaa4ff5a84e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 13 Nov 2018 12:55:24 +0100 Subject: [PATCH] adding changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1aecfe92..d29efd05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,13 @@ Version 1.5.1 - remove inexistant `person.css` file - fix bug in accompanying person validation +Branch `Similarity` +================== + +- Add an column with fullname canonical (lowercase and unaccent) to persons entity ; +- Add a trigram index on fullname canonical ; +- Add a "similar person matcher", which allow to detect person with similar names when adding a person ; +- Add a research of persons by fuzzy name, returning result with a similarity of 0.15 ; + +Thanks to @matla :-) +