Skip to content

Commit

Permalink
Add groups search test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Sep 30, 2024
1 parent 6b8cd90 commit b055c78
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 209 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2654,6 +2654,7 @@ public GroupSearchResultsDto searchGroups(Set<SearchFilter> filters, OrderBy ord
where.append(" AND l.groupId = g.groupId)");
break;
default:

break;
}
where.append(")");
Expand Down
Loading

0 comments on commit b055c78

Please sign in to comment.