Sunday 11 November 2007 5:08:11 am
Hello all,
I want to use fulltext search of attribute of class with this tool:
<form action={"/content/advancedsearch/"|ezurl} method="get">
Search in folder description:
<input type="hidden" name="Content_search_attribute_fulltext_classattribute_id[]" value="156" />
<input type="text" name="Content_search_attribute_fulltext_value[]" value="{$search_array_by_class_attribute_id['156']['value']}" />
<input type="submit" value="Search" name="SearchButton"> </form> and i set AllowEmptySearch=enabled in [SearchSettings] ini site.ini
i read this in http://ez.no/ezpublish/documentation/customization/components/search/custom_search_box
I change the id_number of class attribute with the id number of my attribute. But it do not works... Please help
|