Use the
Salesforce.com Object
Search Language (SOSL) to construct text searches in the following
environments:
- the search() call
- Apex statements
- Visualforce controllers and getter methods
- the Schema Explorer of the Eclipse Toolkit
Unlike SOQL, which can only query one object at a time, SOSL
enables you to search text, email, and phone fields for multiple objects
simultaneously.
Use the following topics to understand the syntax and usage of
a SOSL FIND statement: