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

`rs @tokio spawn` does not find any results #250

Closed jorendorff closed 1 year ago

jorendorff commented 1 year ago

Searching Tokio is one of the examples illustrated on the web site with an animated GIF. It doesn't work for me in Chrome or Firefox. (Screenshots below are Firefox, but the behavior is about the same in Chrome.)

I definitely have Tokio indexed:

image

Typing rs @tokio shows this:

image

But searching for stuff in Tokio doesn't find anything. (There are several functions called "spawn" in tokio.)

image

If I type rs @tokio spawn and press Return, nothing happens. The location bar goes back to showing the current URL.

Folyd commented 1 year ago

Hi, @jorendorff. Thanks for the feedback, this has been fixed by https://github.com/huhu/rust-search-extension/pull/246. I'll release a new version soon. Sorry for the inconvenience.

Folyd commented 1 year ago

v1.11.0 has been released.