| 
                                                             Wednesday 24 October 2007 1:48:43 am 
                                                            
                                                            
                                                                 <b>* What specific cache do you need to clear in admin to refresh the search result?</b> I need to clear the Template Cache to refresh the search result 
<b>* Do you have a cache block around the search result? * If so, why ?</b> i've add this code as someone has suggested in other thread         {set-block scope=global variable=cache_ttl}0{/set-block}
    <b>* In what template have you put the template code? give full path please.</b> i put it in much template fto find a solution: 
-design/ezwebin/override/templates/new_intranet_custom_ita.tpl (a modified Folder Template) -design/ezwebin/override/templates/search_content_ita_new.tpl (a modified "/content/search.tpl" Template) In the second template i modified only the visualization, while in the first i've add this code:           
 <form action={"/content/search/"|ezurl} method="get">
 <input class="searchinput" type="text" size="10" name="SearchText" value="" />
 <input type="hidden" name="SubTreeArray" value="186" />
 <input type="submit" value="submit" />
 </form>
 
                                                                
                                                                                                                            Daje ROMA Daje!!!
                                                                 
                                                                                                                                                                                 |