comigor / fuzzy

Fuzzy search in Dart
MIT License
37 stars 20 forks source link

fix: Range error when using limit argument to fuse.search, closes #25 #26

Closed Jblew closed 1 year ago

Jblew commented 1 year ago

Fixes https://github.com/comigor/fuzzy/issues/25 Credit to @bradleybauer for providing solution in the comment to #25

comigor commented 1 year ago

Closed in favor of https://github.com/comigor/fuzzy/pull/29