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>2020-07-28 16:09:48 +0200
commit10b9ba1bcbe7087bc2e7b338d4e35130b1f5c873 (patch)
treeef076ffd2f19ed43683df4e87406fe6e34afd85f
parent43942c3bca8f0313ad2d4ef097bb9d8fd7601c09 (diff)
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 849a77f2e1..9e7e376f71 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -225,8 +225,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}64"/>
+ <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>