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
Mahesh MMahesh M 

Can any One help this topic?(how to split values)

1) Create Text field "Skills" in department object and create a input text field skills in vf page.
a) based on input(skills) you entered on vf page and click on 'search' button,then fetch all the records from department object that matches skills you entered (input text without comma separated values).
b) based on input u entered with comma separated values in vf page input text box ad click on 'search' button , use like operator to search the records in department object and display the related matching records on vf page(input should be with comma separated values).