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 c2f3b02 commit 2cdf6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ WITH q AS (%s) SELECT concept_node_id FROM q GROUP BY concept_node_id ORDER BY s
""";


return new QueryParamPair(query, params);
return new QueryParamPair(superQuery, params);
}

private String createSearchFilter(String search, MapSqlParameterSource params) {
Expand Down

0 comments on commit 2cdf6da

Please sign in to comment.