summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-07-28 16:09:48 +0200
committerAndras Timar <andras.timar@collabora.com>2022-03-09 10:18:24 +0100
commitdacd2376bf884abd34701a5260f5d7640074ff92 (patch)
treeea537ab670aaf64e230c7f1a9c99c74c291efc21
parent8c727f286a2dbc6a324f9613afa697eb566d55b6 (diff)
[cp] Xapian Omega setup for help.collaboraoffice.com cp-22.05.4-1cp-22.05.3-1co-22.05.2-1co-22.05.1-1
Change-Id: Iaa28803be627db8915e7f426b400ac3b26e7b3a2
-rw-r--r--help3xsl/online_transform.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 3256bcb36c..bc60367e38 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -229,8 +229,11 @@
<xsl:if test="$online">
<xsl:if test="$xapian='yes'">
<div class="xapian-omega-search">
- <form name="P" method="get" action="/{$productversion}/{$lang}/search" target="_top">
- <input id="omega-autofocus" type="search" name="P"/>
+ <form name="P" method="get" action="/cgi-bin/omega/omega" target="_top">
+ <input type="hidden" name="DB" value="{$lang}2205"/>
+ <input type="hidden" name="FMT" value="cp-query"/>
+ <input type="hidden" name="DEFAULTOP" value="and"/>
+ <input id="omega-autofocus" type="search" name="P" size="65"/>
<input type="submit" class="xapian-omega-search-button" value="&#x1f50d;"/>
</form>
</div>