diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-01 18:15:45 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-03 00:38:55 +0100 |
commit | aa590ae9d2eba9ffc50af8950ba6dc8e6e665e59 (patch) | |
tree | 9ed92e0ef34debafa81de77b88b0aeb3c297fe0c /help3xsl | |
parent | 48ba8a26f1d22e40c6e8f249f6b5c11c83f93003 (diff) |
Add stemmer info in omindex search
Change-Id: I3e899f4e31d15ea332e6b69d14218d1e8e364c7f
Reviewed-on: https://gerrit.libreoffice.org/81924
Tested-by: Jenkins
Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org>
Tested-by: Guilhem Moulin <guilhem@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/xap_templ_query.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl index d0eba866a7..014dfd1983 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} |