-
Notifications
You must be signed in to change notification settings - Fork 783
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
Unable to find specific entries with some search queries #677
Comments
@jmacdonald what is your zeal version? If you're on a stable build, you will be affected by #650. |
I'm manually building from source, from the |
This is a yet another bug in the fuzzy search logic. Looking into this. Also I am going to make fuzzy search optional. |
As long as it stays, I'm fine with it. Fuzzy searching is the best, assuming it works. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm unable to find
argparse.ArgumentParser.add_argument
, or basically anything related toargparse
, unless I match "argparse" (and then some other conditions). This behavior occurs withzeal-unstable-0.3.1-23-g8de33d1-windows-x86.zip
andzeal-unstable-0.3.1-25-gc720633-windows-x86.zip
.First, to show that the entries generally exist:
Now some examples where I'm unable to find anything related to it:
I was not able to find out any specific pattern to this or another reproduction case.
The text was updated successfully, but these errors were encountered: