We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment when there are no results returned, md is set to NULL and the block is closed without setting the hit_count attr.
md
hit_count
It would be good to add to add this line
attr(md, "hit_count") <- 0
before exiting
The text was updated successfully, but these errors were encountered:
I'd be happy to make this change, but I'm not sure of your contribution process. Should I fork the dev branch and then submit a PR?
Sorry, something went wrong.
Hi @arvi1000 Good catch, feel free to contribute a PR!
Thanks. Filed a PR #58
No branches or pull requests
At the moment when there are no results returned,
md
is set to NULL and the block is closed without setting thehit_count
attr.It would be good to add to add this line
before exiting
The text was updated successfully, but these errors were encountered: