adding changelog

This commit is contained in:
Julien Fastré 2018-11-13 12:55:24 +01:00
parent d2fb6e9300
commit 6cd966d876

View File

@ -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 :-)