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
SUMANTH ELLURUSUMANTH ELLURU 

Create a Visualforce tab – Search Positions – which will provide a customized search functionality for positions in your organization.

i am new to visual force . i need some help 
Q)The user can search for positions using,
1. Position Title
2. Functional Area
3. >= Min Pay    (Validate for number using JavaScript)
4. <= Max Pay    (Validate for number using JavaScript)

The search can be either a closed search or an open search. Use a checkbox to capture this from the user. By default it should be a closed search. For closed searches, query the positions that matches all the criteria. For open searches, include all results that matches any of the criteria.

After the user clicks “Search” button, display the results in a table. The table can include all the important Position fields. Display the Position Title as a link and on click of that link, popup the Standard Detail page of that position record. Show an edit button next to each row. Once they click the edit button, popup a new window where they are redirected to Standard Edit page of that Position record.
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Sumanth,

Visualforce custom search functionality Please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar