There is a problem with rockettheme templates which override the joomla core.
I tried to change the limit of 20 characters and it works on other joomla templates ie. rhuk_milkyway or JA_Purity but does not work on the two RC templates, which I tested: Reaction and Somaxion
To solvw this you have to go to:
yourtemplate/html/com_search/search/
there you will be able to find default_form.php
change<input type="text" name="searchword" id="search_searchword" maxlength="20" value="<?php echo $this->escape($this->searchword) ?>" class="inputbox" />
to<input type="text" name="searchword" id="search_searchword" maxlength="[b]ANYNUMBER[/b]" value="<?php echo $this->escape($this->searchword) ?>" class="inputbox" />