Communary.PASM icon indicating copy to clipboard operation
Communary.PASM copied to clipboard

PowerShell Approximate String Matching and Fuzzy Search

Results 2 Communary.PASM issues
Sort by recently updated
recently updated
newest added

When I have a string containing a dash select-fuzzystring does not return any score. E.g. ```PowerShell Select-FuzzyString -Search 'Stefan-Stranger' -Data 'Stefan Stranger' # no result returned Select-FuzzyString -Search 'StefanStranger' -Data...

Algorithm parameter is not passed to `Get-PasmScore` in` Select-ApproximateString` function, I think. https://github.com/gravejester/Communary.PASM/blob/6fe3b5ea01e8f49aeccbde0db0dc777079b9e9cd/Functions/Select-ApproximateString.ps1#L62 As result it always uses default (`JaroWinklerDistance`) algorithm. Thanks for your work. Great library !