Allow password name search by multiple partial strings separated by spaces
Browser extension's search requires an exact match for multiple whole strings separated by spaces. That needs to be improved to allow searching by multiple partial strings separated by spaces.
For example, suppose I have saved a password with the name 'google.com - personal'.
Now if I want to find this in my Zoho Vault that contains lots of google passwords, I have to search for 'google.com - personal'. I have to remember the precise sequential characters that I need to search for, which is unhelpful.
But it should equally work if i search by 'google personal'. Currently Zoho Vault browser extension yields zero results if I try this.
The online vault is even more confusing - it runs an OR search and yields all results that contain any of the strings! It should be an AND search.
LastPass has this feature.