Changeset 1519 in ExiteCMS


Ignore:
Timestamp:
07/02/08 23:42:59 (4 years ago)
Author:
hverton
Message:

update to add a fulltext index to the posts table to speed up the searches
fixed bug in the search module that displayed the wrong source selection after a search

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.search.tpl

    r1186 r1519  
    3030        {if $smarty.const.iMEMBER} 
    3131        <input type='radio' name='stype' value='m'{if 'm' == $stype} checked="checked"{/if} /> {$locale.407} 
    32         {assign var='searched' value=$locale.407} 
     32        {if $searched|default:"" == ""}{assign var='searched' value=$locale.407}{/if} 
    3333        {/if} 
    3434    </form> 
Note: See TracChangeset for help on using the changeset viewer.