Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix missing stats when search interrupted #2944

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yorkart
Copy link

@yorkart yorkart commented Dec 3, 2024

When -m is specified, the bytes searched part of stats is missing or small.

eg:
command:

rg --stats -m 10 -e 'keyword' /path/to/file

output

...
(10 lines)
...

10 matches
10 matched lines
1 files contained matches
1 files searched
4535 bytes printed
0 bytes searched   ------------------------>  (the field is missing)
0.001751 seconds spent searching
0.003299 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant