I tried this but doesn't work:

On catalog/includes/modules/sideboxes/mytemplate/search.php

PHP Code:
if ($_GET['main_page'] == 'index')
  
$show_searchtrue;
else {
  
$show_searchfalse;

With that code I tried to show the search box ONLY on the main page, but still showing everywhere. Am I missing something?