Closed markus-bauer closed 1 year ago
This is expected if you are doing case insenstivie matching you most provide the needle
as entirely lowercase. Everything else is an API missuse and the panic is intentional in that case. This still needs better docs. I would reccomend using the Pattern
high level API for matching instead since that will care of stuff like this automatically
Okay, thanks. I just started playing around with this. I should have waited for a more official release.
I know you're still working on this. But I might as well report it. The example below panics with 'should have been caught by prefilter', .../git/checkouts/nucleo-fe29e1ee969779b0/9c4b710/matcher/src/fuzzy_optimal.rs:41:13
Has something to do with case, because it doesn't happen when ignore_case is false.