You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrates the syntax for a SOSL search.
Note: SOSL Cannot be unit tested directly - you must use
Test.setFixedSearchResults()
See SOSLRecipes_Tests.cls for more information
Signature
publicstaticList<List<SObject>> basicSOSLSearch()
Return Type
List<List<SObject>>
Example
System.debug(SOSLRecipes.basicSOSLSearch());
nameFieldSearch()
Demonstrates how to write a SOSL query that searches only
name fields