Fuse
Fuse copied to clipboard
๐ Fuzzy search for PHP, ported from Fuse.js
I have matches that come through with a score of 2.2+ and then other concrete matches that show a score of 0.01 - I have some code that looks for...
Perhaps it's this way because it was ported, but it should be possible to optimize `computeScore` a bit. Not sure how efficient they are but I didn't try named parameters...
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.11.3 to 4.0.1. Release notes Sourced from squizlabs/php_codesniffer's releases. 4.0.1 - 2025-11-10 This release includes all improvements and bugfixes from PHP_CodeSniffer 3.13.5. Added Runtime support for PHP...
# Extended Search with `includeMatches = true` throws โUndefined array key 1โ when matching empty strings ## Description When using the PHP port of Fuse.js (loilo/Fuse) with **extended search** and...