Hello people,

I searched for a couple of days before I decided to post this problem.

Real quick. I created a module and used the file template. I took out the filename by just putting it into the hidden section. Then created a new field called Name, but here is where my screw up could be. Its also named document_name with a different Label.

$searchFields['ms222_adswiki2'] =
array (
'document_name' => array( 'query_type'=>'default'),
'category_id'=> array('query_type'=>'default', 'options' => 'document_ca
tegory_dom', 'template_var' => 'CATEGORY_OPTIONS'),
'subcategory_id'=> array('query_type'=>'default', 'options' => 'document
_subcategory_dom', 'template_var' => 'SUBCATEGORY_OPTIONS'),
'active_date'=> array('query_type'=>'default'),
'exp_date'=> array('query_type'=>'default'),


);
?>

None of the filter search works. I add new entries into the sub category and you see them in both the original document module and my new wiki module. Search works perfect in the original but does nothing in my custom module.

Hopefully its "you have to do this ya big dummy" and all is well.

Thanks for any help.

I hope I gave enough info.