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

Search ignoring dashes and underscores #287

Closed jaskij closed 2 months ago

jaskij commented 2 months ago

When I search for bit-vec, the extension instead redirects me to bitvec

Folyd commented 2 months ago

Hi @jaskij, you can try my new product: https://query.rs/?q=bitvec

jaskij commented 2 months ago

@Folyd does it mean you're dropping the extension?

Also, query.rs also doesn't work right. Searches for both bit-vec and bit_vec have bitvec as the top result.

On a different note, I prefer the plugin to a dedicated website.

Folyd commented 2 months ago

Ok, I see. Rust Search Extension will release version 2.0 soon. Query.rs has no plans or capability to replace the extension.

Folyd commented 2 months ago

Hi, I improved the searching algorithm: https://query.rs/?q=bit-vec, this changes will be included in Rust Search Extension v2.0.

jaskij commented 2 months ago

Thanks, that looks good.