Closed Dhghomon closed 2 months ago
Name | Link |
---|---|
Latest commit | a0e6e88119791715ac4cc506a24d6ff7b784410a |
Latest deploy log | https://app.netlify.com/sites/surrealdb-docs/deploys/66c692e805be5a0008f52492 |
Deploy Preview | https://deploy-preview-742--surrealdb-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This adds a section for the string::similarity::fuzzy function which was added last year. There is also a string::similarity::smithwaterman but uses identical code to the fuzzy() one, while there are a few planned functions (string::similarity::jaro(), string::distance::hamming(), string::distance::levenshtein()) that at the moment can be called but just return a not yet implemented yet error.
So documentation just for this one for the moment.