Skip to main content
einat_pick
Contributor ⭐️⭐️⭐️⭐️⭐️
August 14, 2016

General search (on the right top corner) should do "contains" not "starts with"

  • August 14, 2016
  • 1 reply
  • 34 views
Currently, the default is Starts with...
A more useful default would be Contains...

    1 reply

    karl_rumelhart
    Expert ⭐️
    August 14, 2016
    I know what you mean.  This is one of those places where performance considerations come into play.  "Contains" is a MUCH more expensive query.  In a large, busy Salesforce environment that query could take quite a long time which is why we set it up to not be the default.