Links plugin: When URL rewriting is enabled, return rewritten URLs for search results
1.1 --- a/plugins/links/functions.inc Sat Nov 07 18:26:27 2009 +0100
1.2 +++ b/plugins/links/functions.inc Sat Nov 07 18:31:22 2009 +0100
1.3 @@ -382,6 +382,7 @@
1.4 $search->setFTSQL($ftsql);
1.5 $search->setRank(3);
1.6 $search->setAppendQuery(false);
1.7 + $search->setURLRewrite(true);
1.8
1.9 return $search;
1.10 }
2.1 --- a/public_html/docs/history Sat Nov 07 18:26:27 2009 +0100
2.2 +++ b/public_html/docs/history Sat Nov 07 18:31:22 2009 +0100
2.3 @@ -16,6 +16,10 @@
2.4
2.5 - Updated Hebrew language files, provided by LWC
2.6
2.7 +Links Plugins
2.8 +-------------
2.9 +- When URL rewriting is enabled, return rewritten URLs for search results [Dirk]
2.10 +
2.11 Static Pages Plugin
2.12 -------------------
2.13 - Fixed use of wrong CSS class for the entries for the What's New block [Tom]