Skip to content

Commit

Permalink
Fix queries using the platform for query plugins that implements Quer…
Browse files Browse the repository at this point in the history
…yInterface (bioinformatics-ua#541)
  • Loading branch information
bastiao authored Dec 6, 2021
1 parent 65eafc9 commit 8e17569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public JointQueryTask queryAll(JointQueryTask holder, String query, DimLevel lev

@Override
public Task<Iterable<SearchResult>> query(String querySource, String query, Object... parameters) {
return pluginController.query(querySource, query, DimLevel.INSTANCE, parameters);
return pluginController.query(querySource, query, parameters);
}

@Override
Expand Down

0 comments on commit 8e17569

Please sign in to comment.