diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-08-19 17:01:08 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-08-19 17:01:08 +0000 |
| commit | 8533976b1331c38a7327708d33937b9f0744fe06 (patch) | |
| tree | f3c2be9cd7b83e45f297036c48c575c240cd6015 /templates | |
| parent | fa8a3e99b94ec4500aa4d135cbac897fbf678deb (diff) | |
| download | search-8533976b1331c38a7327708d33937b9f0744fe06.tar.gz search-8533976b1331c38a7327708d33937b9f0744fe06.tar.bz2 search-8533976b1331c38a7327708d33937b9f0744fe06.zip | |
rewrite search query to sort search results by relivence
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/search.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.tpl b/templates/search.tpl index 5cf8f09..8d933b0 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -41,7 +41,7 @@ {capture name=title} {assign var=guid value=$results[search].content_type_guid} {tr}{$gLibertySystem->mContentTypes.$guid.content_description}{/tr} <a href="{$results[search].href}&highlight={$words}">{$results[search].title}</a> - <small> • {tr}Hits{/tr}: {$results[search].hits} + <small>• {tr}Relivence{/tr}: {$results[search].relivency} • {tr}Hits{/tr}: {$results[search].hits} {if $gBitSystem->isFeatureActive( 'search_fulltext' )} • {if $results[search].relevance <= 0} |
