Thursday 31 July 2008 6:36:24 am
Hi, I have customized advancedsearch.tpl to create mypersonalsearch.tpl with the following lines to search only in the section 7, among the document with 43 as id.
<input type="hidden" name="SearchSectionID" value="7" /> <input type="hidden" name="SearchContentClassID" value="43" /> Moreover,I need to search between 2 attributes of the documents and so I added these other lines:
<input type="hidden" name="SearchContentClassAttributeID" value="331" /> <input type="hidden" name="SearchContentClassAttributeID" value="332" /> Unfortunately, in this way, the search uses only the second attribute (332)...how can I pass all the attributes to the "get"? Thanks in advance for suggestions.
|