You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love https://docs.rs btw! Thanks to everyone who's contributed to it.
I've noticed whenever I do crate searches on https://docs.rs I almost always filter by the date stamp on the right hand side, and I rarely look at packages that haven't been updated this year (currently 2023).
That made me wonder if there were search predicates, so I can do a search like json-rpc after:2023-01-01 or the like. I didn't see any mention of this kind of feature at https://docs.rs/about nor on the a quick search of open and closed tickets here with a query of search.
I could imagine a variety of predicates I'd like to use. For example, I also rarely use a crate that doesn't have pub items documented, so I'd be tempted to do a search like grpc after:2022 lint-deny:missing_docs to quickly find recent crates that have all documented APIs.
I realize this is a large umbrella feature, and also there may be simpler ways to get what I want. I'll file tickets for those other approaches (namely date sorting).
The text was updated successfully, but these errors were encountered:
docs.rs is using the crates.io search, and should continue doing so.
So feature requests like this would be better suitet to the crates.io repository.
That being said, crates.io search is pending a big rewrite, where requirements like this could be taken into account.
So in regards to purely docs.rs, this feels like "crate discovery" again, which is not a use-case for docs.rs. Also if crates.io would start supporting this syntax, we would directly benefit from this feature.
I love https://docs.rs btw! Thanks to everyone who's contributed to it.
I've noticed whenever I do crate searches on https://docs.rs I almost always filter by the date stamp on the right hand side, and I rarely look at packages that haven't been updated this year (currently 2023).
That made me wonder if there were search predicates, so I can do a search like
json-rpc after:2023-01-01
or the like. I didn't see any mention of this kind of feature at https://docs.rs/about nor on the a quick search of open and closed tickets here with a query ofsearch
.I could imagine a variety of predicates I'd like to use. For example, I also rarely use a crate that doesn't have pub items documented, so I'd be tempted to do a search like
grpc after:2022 lint-deny:missing_docs
to quickly find recent crates that have all documented APIs.I realize this is a large umbrella feature, and also there may be simpler ways to get what I want. I'll file tickets for those other approaches (namely date sorting).
The text was updated successfully, but these errors were encountered: