Open
Description
An example of how it is done can be referred to #49.
Basically, the returning
clause can be further constrained by more condition methods. These include:
addConditionIn
addConditionNotIn
addConditionLt
addConditionLe
addConditionGt
addConditionGe
addConditionIncludes
addConditionExcludes
Example usage:
new QuerySearch().find('ABC').returning('Account').addConditionLt('CreatedDate', Date.today())