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
rajesh_yrajesh_y 

need help in search functionality

Hi All 

If i enter products name on searchtextbox then the related products has to display in search textbox only.

Example 

when i enter R

then  ramesh,rajesh,ram has to appear in search text box which product names  starts whith R.

like Google functionality in vf page

 

 

please help me in this area 

 

thank you in advance

 

 

bob_buzzardbob_buzzard

So are you looking for autocomplete type of functionality?  E.g. as you type the matching results appear.

 

If so, take a look at d3developer's blog entry that does this using jquery:

 

http://fractastical.com/2010/05/08/transform-your-visualforce-lookups-into-jquery-autocompletes/