Skip to content

Add more condition methods to SOSL QuerySearch #50

Open
@HenryRLee

Description

@HenryRLee

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())

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions