match
Description:
DzlFuzzyMutableIndex searches within this for strings that fuzzy match needle
.
Only up to max_matches
will be returned.
TODO: max_matches is not yet respected.
Parameters:
this |
A |
needle |
The needle to fuzzy search for. |
max_matches |
The max number of matches to return. |
Returns:
A newly allocated Array containing |