Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Document the way apoc.text.fuzzyMatch works #3174

Open
rvanbruggen opened this issue Sep 21, 2022 · 0 comments
Open

Document the way apoc.text.fuzzyMatch works #3174

rvanbruggen opened this issue Sep 21, 2022 · 0 comments
Labels
core-functionality Adding new procedure, function or signature to APOC core docs

Comments

@rvanbruggen
Copy link

rvanbruggen commented Sep 21, 2022

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.

  • 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.

@jexp jexp added the core-functionality Adding new procedure, function or signature to APOC core label Oct 5, 2022
@jexp jexp moved this to Todo in APOC Extended Larus Dec 20, 2022
@vga91 vga91 moved this from Todo to Blocked in APOC Extended Larus Jan 24, 2023
@vga91 vga91 moved this from Blocked to Core issues in APOC Extended Larus Jan 21, 2025
@vga91 vga91 added the docs label Feb 18, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
core-functionality Adding new procedure, function or signature to APOC core docs
Projects
Status: Core issues
Development

No branches or pull requests

3 participants