comprehensive-rust
comprehensive-rust copied to clipboard
Cannot search for "`From` and `Into`"
I think this is because the search functionality in elasticlunr ignores these in queries as "stop words". This seems like it might need fixing in upstream mdbook, but I'm not sure.
We may also want to verify that searching in non-English languages works (see https://github.com/rust-lang/mdBook/issues/1081).
Yeah, this is a great point and something we should look into!
Let me add give this the "good first issue" label so it shows up in https://github.com/google/comprehensive-rust/contribute.
I looked into this some and because it seems to be an issue with the js implementation of the search index, I don't know if a new contributor would have a good time fixing it. I gave up after spending a couple hours.
It sounds like you do know a new contrinbutor wouldn't have a good time :)