bnm3k / polars-fuzzy-match

Polars extension for fzf-style fuzzy matching
MIT License
20 stars 2 forks source link

Support retrieving indices #2

Open bnm3k opened 8 months ago

bnm3k commented 8 months ago

The underlying nucleo library that's used for fuzzy matching also has a method for retrieving the indices where the match was found. Add this functionality for those that might need it (usually used for highlighting).