diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-07-28 16:09:48 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-07-28 16:09:48 +0200 |
commit | 10b9ba1bcbe7087bc2e7b338d4e35130b1f5c873 (patch) | |
tree | ef076ffd2f19ed43683df4e87406fe6e34afd85f | |
parent | 43942c3bca8f0313ad2d4ef097bb9d8fd7601c09 (diff) |
[cp] Xapian Omega setup for help.collaboraoffice.comcp-6.4-9cp-6.4-8cp-6.4-7cp-6.4-62cp-6.4-61cp-6.4-60cp-6.4-6cp-6.4-59cp-6.4-58cp-6.4-57cp-6.4-56cp-6.4-55cp-6.4-54cp-6.4-53cp-6.4-52cp-6.4-51cp-6.4-50cp-6.4-5cp-6.4-49cp-6.4-48cp-6.4-47cp-6.4-45cp-6.4-44cp-6.4-43cp-6.4-42cp-6.4-40cp-6.4-4cp-6.4-39cp-6.4-37cp-6.4-36cp-6.4-35cp-6.4-34cp-6.4-33cp-6.4-32cp-6.4-31cp-6.4-30cp-6.4-29cp-6.4-28cp-6.4-27cp-6.4-26cp-6.4-24cp-6.4-23cp-6.4-22cp-6.4-21cp-6.4-20cp-6.4-19cp-6.4-15cp-6.4-14cp-6.4-13cp-6.4-12cp-6.4-11cp-6.4-10co-6.4-68co-6.4-67co-6.4-66co-6.4-65co-6.4-64co-6.4-63co-6.4-55co-6.4-51co-6.4-5co-6.4-39co-6.4-33co-6.4-3co-6.4-20co-6.4-2co-6.4-15co-6.4-10distro/collabora/cp-6.4
Change-Id: Iaa28803be627db8915e7f426b400ac3b26e7b3a2
-rw-r--r-- | help3xsl/online_transform.xsl | 7 |
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="🔍"/> </form> </div> |