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
Currently search accepts multiple arguments only by quotes and then searches for the exact phrase.
So if there is an entry as follows.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ID: 7 Title: Google account User: abpillai@gmail.com URL: Password: -------------------- Notes: Updated Modified: 2021-21-06 21:41:41 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If I want to have an exact hit, it would be nice to search for,
$ varuh -f google abpillai
Currently it does not understand this search and uses only the first argument for search and print hits matching google .
google
The text was updated successfully, but these errors were encountered:
ref issue #10 - Search multiple terms using AND operator
e9e697f
03e5ef0
c3bbb25
ref issue #10 - Added readme entry for searching with multiple terms
3624934
pythonhacker
No branches or pull requests
Currently search accepts multiple arguments only by quotes and then searches for the exact phrase.
So if there is an entry as follows.
If I want to have an exact hit, it would be nice to search for,
$ varuh -f google abpillai
Currently it does not understand this search and uses only the first argument for search and print hits matching
google
.The text was updated successfully, but these errors were encountered: