function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sam JawSam Jaw 

confuse about SearchQuery in SOSL

Hi, I'm wondering why the SearchQuery not use +444444 but still can find this record?

SOSL query

but when i change search string to +444, then i get no result.

User-added image
Can someone help to explain? 

Best Answer chosen by Sam Jaw
SwethaSwetha (Salesforce Developers) 
HI Sam,

The scenario you mentioned is same as this one : https://salesforce.stackexchange.com/questions/183701/sosl-not-retrieving-correct-set-of-records

Please take a look at https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/reference_objects_sosl_limits.htm

https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_sosl_limits.htm
 
Hope this helps you. Please mark this answer as best so that others facing the
same issue will find this information useful.
 
Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Sam,

The scenario you mentioned is same as this one : https://salesforce.stackexchange.com/questions/183701/sosl-not-retrieving-correct-set-of-records

Please take a look at https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/reference_objects_sosl_limits.htm

https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_sosl_limits.htm
 
Hope this helps you. Please mark this answer as best so that others facing the
same issue will find this information useful.
 
Thank you
This was selected as the best answer
Sam JawSam Jaw
Thanks!
Kuak UjasKuak Ujas