Forums / Setup & design / Custom search return all nodes
akiL Mussa
Wednesday 10 August 2005 2:50:52 am
Hi,
Im trying to do a attribute based search with the following code. The problem is that the result returns always all the nodes. Can somebody help me with this?
<form action={"/content/advancedsearch/"|ezurl} method="get"> <input type="hidden" name="SubTreeArray[]" value="104" /> <input type="hidden" name="Content_search_attribute_fulltext_classattribute_id[]" value="226" /> <input type="text" name="Content_search_attribute_fulltext_value[]" value="{$search_array_by_class_attribute_id['226']['value']}" /> <input type="submit" value="Search" name="SearchButton"> </form>