My search results a sql error. Can you please take a look?
Page attached in live link in PM
Page attached in live link in PM
It is probably an issue with the "featured" column in your database. Is that a varchar column or integer? You may need to update it to do an "=" search instead of includes and change the data type to integer instead of string.
Try updating line 53 from:
$searchWADAhorses_WADbSearch1->setSearch(array("type"=>"Edit", "comparison"=>"Includes", "join"=>"AND"), array("featured"), "s", "featured");
to:
$searchWADAhorses_WADbSearch1->setSearch(array("type"=>"Edit", "comparison"=>"=", "join"=>"AND"), array("featured"), "c", "featured");
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.