Stemming
In Salesforce search, the automatic reduction of search terms to their root word form (e.g., 'running' to 'run') to broaden search results and return matches regardless of word endings or conjugati…
Definition
In Salesforce search, the automatic reduction of search terms to their root word form (e.g., 'running' to 'run') to broaden search results and return matches regardless of word endings or conjugations.
In plain English
“Stemming in Salesforce search is the automatic reduction of search terms to their root word form, like reducing 'running' to 'run'. This broadens search results so you find matches regardless of word endings like -ing, -ed, or -s.”
Worked example
A sales rep searching Salesforce for a contact she remembers by the title "Running Manager" types "running" in the global search. Thanks to Stemming, Salesforce's search engine reduces the query to its root ("run") and also matches records containing "runs", "runner", and "running" - surfacing the contact whose title is actually "Runner Operations Manager" alongside exact matches. Stemming works per-language and is on by default, silently broadening results without users needing to type multiple variations themselves.
Why Stemming matters
In Salesforce search, Stemming is the automatic reduction of search terms to their root word form (e.g., 'running' to 'run') to broaden search results and return matches regardless of word endings. Stemming helps users find relevant records even when they don't use the exact form of the word stored in the record.
Stemming is one of several search processing techniques that improve search quality. Without stemming, searching for 'running' would miss records containing 'run' or 'runs'. With stemming, all these forms match. Stemming happens automatically in Salesforce search; users don't need to think about it. Understanding stemming helps explain why searches sometimes return broader results than expected.
How organizations use Stemming
Explains stemming to users who wonder why searches return broader results than expected.
Treats stemming as a built-in search quality feature.
Teaches stemming concepts as part of understanding Salesforce search behavior.
Test your knowledge
Q1. What is Stemming?
Q2. What's an example?
Q3. Do users need to configure it?
Discussion
Loading discussion…