[Libreoffice-commits] help.git: help3xsl/xap_templ_query.xsl
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Sat Nov 2 23:39:18 UTC 2019
help3xsl/xap_templ_query.xsl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit aa590ae9d2eba9ffc50af8950ba6dc8e6e665e59
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Fri Nov 1 18:15:45 2019 -0300
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun Nov 3 00:38:55 2019 +0100
Add stemmer info in omindex search
Change-Id: I3e899f4e31d15ea332e6b69d14218d1e8e364c7f
Reviewed-on: https://gerrit.libreoffice.org/81924
Tested-by: Jenkins
Reviewed-by: Guilhem Moulin <guilhem at libreoffice.org>
Tested-by: Guilhem Moulin <guilhem at libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl
index d0eba866a..014dfd198 100644
--- a/help3xsl/xap_templ_query.xsl
+++ b/help3xsl/xap_templ_query.xsl
@@ -40,6 +40,7 @@ xsltproc xap_template_query.xsl <file.xhp>
<![CDATA[$httpheader{Content-Type,text/html; charset=utf-8}<!DOCTYPE html><html lang="]]><xsl:value-of select="$lang"/><![CDATA[">
<base href="/"/>
$set{flag_spelling,$ne{$cgi{SPELL},0}}
+$set{stemmer,$if{$cgi{STEMMER},$cgi{STEMMER},none}}
$set{flag_spelling_correction,true}
$set{thousand,$.}$set{decimal,.}
$setmap{prefix,,$split{ S B F},title,S,author,A,topic,B}
More information about the Libreoffice-commits
mailing list