mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-01 01:29:16 +00:00
Add temporary distinct clause
This commit is contained in:
parent
6975e26814
commit
71a61489f4
@ -141,6 +141,9 @@ public class SearchQueryBuilder {
|
||||
mySchema = mySpec.addDefaultSchema();
|
||||
mySelect = new SelectQuery();
|
||||
|
||||
// FIXME: make configurable
|
||||
mySelect.setIsDistinct(true);
|
||||
|
||||
myBindVariableSubstitutionBase = theBindVariableSubstitutionBase;
|
||||
myBindVariableValues = theBindVariableValues;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user