We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Algorithm parameter is not passed to Get-PasmScore in Select-ApproximateString function, I think.
Get-PasmScore
Select-ApproximateString
Communary.PASM/Functions/Select-ApproximateString.ps1
Line 62 in 6fe3b5e
As result it always uses default (JaroWinklerDistance) algorithm.
JaroWinklerDistance
Thanks for your work. Great library !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Algorithm parameter is not passed to
Get-PasmScore
inSelect-ApproximateString
function, I think.Communary.PASM/Functions/Select-ApproximateString.ps1
Line 62 in 6fe3b5e
As result it always uses default (
JaroWinklerDistance
) algorithm.Thanks for your work. Great library !
The text was updated successfully, but these errors were encountered: