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
bharath kumar 52bharath kumar 52 

Search implementation using sosl and typeahead

Hi All,

I am implementing a custom search solution using SOSL and Typeahead.js
Below is my sosl query the result of screenshots and the problems i am facing.
FIND {043*} IN ALL FIELDS RETURNING CKSW_BASE__SERVICE__C(NAME)


User-added image
If i give 043* it doesn't display me record with number 43. However if i give 0*4 in query it displays results containing 43. Any suggestions on building a better search solution would be greatly appreciated.

Thanks and Regards,

Bharath Kumar M