Add temporary distinct clause

This commit is contained in:
James Agnew 2023-04-24 06:59:57 -04:00
parent 6975e26814
commit 71a61489f4

View File

@ -141,6 +141,9 @@ public class SearchQueryBuilder {
mySchema = mySpec.addDefaultSchema();
mySelect = new SelectQuery();
// FIXME: make configurable
mySelect.setIsDistinct(true);
myBindVariableSubstitutionBase = theBindVariableSubstitutionBase;
myBindVariableValues = theBindVariableValues;
}