removed outdated test
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com> Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com> Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
This commit is contained in:
@ -97,7 +97,7 @@ public class GroupService {
|
||||
public List<Group> findGroupWith(String search) throws EventException {
|
||||
List<Group> groups = new ArrayList<>();
|
||||
for (Group group: getAllGroupWithVisibilityPublic()) {
|
||||
if (group.getTitle().contains(search)){
|
||||
if (group.getTitle().contains(search)|| group.getDescription().contains(search)){
|
||||
groups.add(group);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user