mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add group search
* Allow searching by group using the `group:` field. * Group hierarchies can be searched by including a '/' in the search term.
This commit is contained in:
@@ -36,6 +36,7 @@ private slots:
|
||||
void testAllAttributesAreSearched();
|
||||
void testSearchTermParser();
|
||||
void testCustomAttributesAreSearched();
|
||||
void testGroup();
|
||||
|
||||
private:
|
||||
Group* m_rootGroup;
|
||||
|
||||
Reference in New Issue
Block a user