huhu/rust-search-extension

Fuzzy Search std result intereferes

Closed this issue · 1 comments

PSeitz commented

I typically use use the extension to jump directly to docs of a crate.

rs tantivy jumps to tantivy docs, but rs ahash jumps to https://doc.rust-lang.org/std/hash/index.html
There's no ahash on that webpage, so it seems that is a fuzzy search result.

Maybe related to #146

Thanks for the feedback. This has been fixed in v2.0 (will release soon).