This is essentially reopening issue #39, since the introduced fix does not solve the problem, but just makes it work for this explicit example.
E.g.
FuzzySearch.partialRatio("no", "bnonco");
should return the score 100.
This worked until #80, but returns the score 50 after reordering the cases
This is essentially reopening issue #39, since the introduced fix does not solve the problem, but just makes it work for this explicit example.
E.g.
should return the score 100.
This worked until #80, but returns the score 50 after reordering the cases