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:
BO41
2020-05-08 11:13:15 -04:00
committed by Jonathan White
parent 485852c9db
commit f1080d633e
5 changed files with 82 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ private slots:
void testAllAttributesAreSearched();
void testSearchTermParser();
void testCustomAttributesAreSearched();
void testGroup();
private:
Group* m_rootGroup;