[% WRAPPER page_layout %] [% PROCESS form %]

[% IF result.shown %] [% PROCESS results_header %] [% PROCESS display_results %]

[% PROCESS next_links %] [% END %] [% IF result %] [% IF result.message %]

[% result.message %]
[% ELSIF ! result.hits %]
No Results Found
[% END %] [% END %] [% END %] [% BLOCK form %]

Limit search to: Body and Title Just Title Path
[% END %] [% BLOCK results_header %]
Results for [% request.query | html %]
Showing page [% result.page %] ([% result.start +1 %] - [% (result.start + result.shown) %] of [% result.hits %] hits) [% USE myurl = url( request.myself, query=request.query, metaname=request.metaname, size=request.pagesize ) %] [% PROCESS next_links %]
[% END %] [% BLOCK next_links %] [% IF result.prev %] Previous [% END %] [% IF result.next %] Next [% END %] [% END %] [% BLOCK display_results %] [% USE date %] [% FOREACH item = result.results %]
[% item.Property('swishtitle') || 'missing title' | highlight('swishtitle', item ) %] -- rank: [% item.Property('swishrank') %]
[% item.Property('swishdescription') || "No description" | highlight('swishdescription', item) %]
Path: [% item.Property('swishdocpath') | highlight('swishdocpath', item ) %] - [% item.Property('swishdocsize') %] bytes
Date: [% date.format( item.Property('swishlastmodified')) %]
[% END %] [% END %]