Show
Ignore:
Timestamp:
04/11/08 04:20:13 (20 months ago)
Author:
fumiakiy
Message:

Stopped sorting search results by blog id in multi blog search thus mix search results from multiple blogs. BugId:75781

Added SearchResultsHeader and SearchResultsFooter template tags.

Gave up on resurrecting per blog limiting of number of results.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/Template/ContextHandlers.pm

    r1854 r1855  
    244244            NoSearchResults => \&_hdlr_pass_tokens, 
    245245            NoSearch => \&_hdlr_pass_tokens, 
     246            SearchResultsHeader => sub { '' }, 
     247            SearchResultsFooter => sub { '' }, 
    246248            BlogResultHeader => sub { '' }, 
    247249            BlogResultFooter => sub { '' },