keepassium / KeePassium

KeePass-compatible password manager for iOS
https://keepassium.com
Other
1.2k stars 103 forks source link

Add negative search modifier #401

Open keepassium opened 2 weeks ago

keepassium commented 2 weeks ago

Currently, all words of a search query MUST be present in target database item. So alpha beta gamma would find only groups/entries that contain all three words.

There are a few requests to add a negative search modifier to indicate words that MUST NOT be present in the target item.

For example, alpha beta !gamma would find only those items that contain alpha and beta, but not gamma.