Guys, I need a big bail out here.
I am using WP as a CMS. It works perfectly with the only exception of the search part. The default searchform is to search post and pages but what I need is to search in my table of products, named as catalog.
Is there a plugin providing such customized search? I put my objectives here. Tons of thanks!
1) Establish a page (advancedsearch.php) that contains customized search form.
2) Perform search in a self-made table "catalogue"
3) When the input matches the attribute,e.g catalog_number, display the result in a result page (searchcatalogue.php).