Actions
Feature #1036
closedSearch for similar names
Start date:
2019-06-07
Estimated time:
16.00 h
Description
To prevent duplicates or spelling mistakes a search for similar names will be implemented.
- Adding Python library fuzzywuzzy which uses Levenshtein Distance to calculate the differences between sequences
- Option to select ratio
- Option to select class
Ideas for next version
- Search for a manual added string
- Add a check when inserting an entity and warn if a similar name already exists
Actions