You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2022. It is now read-only.
Is there any reason why the below line of string comparison would lead to a crash?
let result = fuse.search("Rancheras 2016 Borracho de Amor Por Tu Maldito Amor Hermoso Carino Se Va Muriendo Mi Alma Por un Amor", in: "Borracho De Amor")
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
@krisk The same bug happens randomly for me when the pattern is longer than the string (which happens often in my case but works fine most of the time). Should I prevent such usecase in my code? O is there going to be a release that will handle this case?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is there any reason why the below line of string comparison would lead to a crash?
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: