|
Hello, I want to execute an remote query. When adding a
FieldValueInConstraint the field value of the constraint keeps turning up
empty. When I print the query I get this entry for the constraint: constraint:FieldValueInConstraint(inverse:false, field:null,
casesensitive:true, values:['A3 orde handhaven, werkklimaat realiseren',
'VMBO', 'reflectie en ontwikkeling']) This is the code I use to add the constraint. The fields
name is ‘value’ and is a blob in the database: StepField spfld =
query.createStepField(rel3.getNext(),"value"); FieldValueInConstraint con = query.createConstraint(spfld,sortedset); query.setConstraint(con); Anyone has any suggestions? Kind regards, -- |
_______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
