I'm trying to design a custom search function that will receive user supplied inputs, query a database table, retrieve rows and display in a page.
I need a little idea how would I customize/overwrite the default search function to enable it handle SQL queries.
Thanks in advance.