huhu / rust-search-extension

🦀 The ultimate search extension for Rust
https://rust.extension.sh
Apache License 2.0
1.21k stars 52 forks source link

Fuzzy Search std result intereferes #262

Closed PSeitz closed 3 months ago

PSeitz commented 12 months ago

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 https://github.com/huhu/rust-search-extension/issues/146

Folyd commented 3 months ago

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