You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on the Neo4j Discussion Forum instead of creating an issue here.
Feature description (Mandatory)
I would like to suggest that we add additional documentation for apoc.text.fuzzyMatch:
The function apoc.text.fuzzyMatch returns true or false based on the calculation of the Levenshtein distance between two text strings.
for strings shorter than 3, the maximum Levenshtein distance allowed for apoc.text.fuzzyMatch to be true, is 0
for strings shorter than 5, the maximum Levenshtein distance allowed for apoc.text.fuzzyMatch to be true, is 1
for all other strings, the maximum Levenshtein distance allowed for apoc.text.fuzzyMatch to be true is 2
in all other cases, apoc.text.fuzzyMatch will be false
Considered alternatives
Current documentation is too "fuzzy" :) ...
How this feature can improve the project?
Documentation is always good.
The text was updated successfully, but these errors were encountered:
Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on the Neo4j Discussion Forum instead of creating an issue here.
Feature description (Mandatory)
I would like to suggest that we add additional documentation for apoc.text.fuzzyMatch:
The function
apoc.text.fuzzyMatch
returns true or false based on the calculation of the Levenshtein distance between two text strings.Considered alternatives
Current documentation is too "fuzzy" :) ...
How this feature can improve the project?
Documentation is always good.
The text was updated successfully, but these errors were encountered: