Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Jul 8, 2024
1 parent 2cdf6da commit 95a2f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public QueryParamPair generateFilterQuery(Filter filter, Pageable pageable) {

String superQuery = """
WITH q AS (%s) SELECT concept_node_id FROM q GROUP BY concept_node_id ORDER BY sum(rank) DESC"
""";
""".formatted(query);


return new QueryParamPair(superQuery, params);
Expand Down

0 comments on commit 95a2f72

Please sign in to comment.