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
cargo search acts weird. Sometimes it finds what I need, sometimes it doesn't. It's behaivour is unexpected.
For example cargo search should have less or equal number of results as the search term gets more complicated
Steps
λ cargo search ferr (18 crates found)
λ cargo search ferri (35 crates found)
or
λ cargo search ferr say (no result) This should have result
λ cargo search ferri say (4 crates found)
The text was updated successfully, but these errors were encountered:
Problem
cargo search
acts weird. Sometimes it finds what I need, sometimes it doesn't. It's behaivour is unexpected.For example
cargo search
should have less or equal number of results as the search term gets more complicatedSteps
λ cargo search ferr
(18 crates found)λ cargo search ferri
(35 crates found)or
λ cargo search ferr say
(no result) This should have resultλ cargo search ferri say
(4 crates found)The text was updated successfully, but these errors were encountered: