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` .