| fabio bongiovanni
                                                                                                                             
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Thursday 01 September 2005 3:52:50 am 
                                                                
                                                                 
Hello and thanks in advicei've modified search.tpl template changing the number of results per page,
 
{let search=false()}{section show=$use_template_search}
 {set page_limit=50}
 {set search=fetch(content,search,
 hash(text,$search_text,
 section_id,$search_section_id,
 subtree_array,$search_subtree_array,
 sort_by,array('modified',false()),
 offset,$view_parameters.offset,
 limit,$page_limit))}
 {set search_result=$search['SearchResult']}
 {set search_count=$search['SearchCount']}
 {set stop_word_array=$search['StopWordArray']}
 {set search_data=$search}
 {/section}
 But i'm still getting 10 results per page, does anyone know where i've made a mistake? Regards Fabio | 
                                                
                                                                                                                                                        
                                                        | fabio bongiovanni
                                                                                                                             | Thursday 01 September 2005 5:34:37 am 
                                                                 
Hi KristofThanks for your reply
 
yes, i've tried first with partial cache delete, only shop, and the second time with full cache delete, but with no results.
 Regards Fabio |