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 was going through our log filters to see if they were all still
needed. We were specifically filtering out `text-search query doesn't
contain lexemes: ""`. This happens whenever someone runs `cargo search`
with no parameters, resulting in a request like `?q=&page=1`.
Rather than filtering this out of our logs, let's avoid doing full text
search at all. This will reduce load on our DB server. This does change
the behavior from returning nothing to returning the first 10 crates,
but that's probably what the user wanted anyway.
0 commit comments