Ruin0x11 / oxidoc

A command line interface to Rust documentation
102 stars 15 forks source link

Ability to partially match documentation path names #4

Closed Ruin0x11 closed 7 years ago

Ruin0x11 commented 7 years ago

It should be possible to search for part of a path and return results that contain that portion of the path.

For example, if the path crate::one::two::three is a module in a documentation store, then searching for these should include the module in the search results:

And searching for these should include crate::one::two, but not one::two::three:

Ruin0x11 commented 7 years ago

This is currently possible.