Forums / Setup & design / Custom search return all nodes

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Custom search return all nodes

Author Message

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>