krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
18.14k stars 767 forks source link

Searching text in a subtitle file #695

Closed uriva closed 1 year ago

uriva commented 1 year ago

I want to search for a quote, which is potentially multiple sentences, on a large string and get back the locations in the string.

I can just break it down into sentences because often my query will be across sentences.

I'm not knowledgeable about the underlying algorithm, is it hard to make it work for such a use case?

Thanks!

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days