Changes for page Home
Last modified by Isaac Mejia on 2025/12/15 18:27
From version 25.1
edited by Isaac Mejia
on 2025/12/05 18:13
on 2025/12/05 18:13
Change comment:
There is no comment for this version
To version 26.1
edited by Isaac Mejia
on 2025/12/09 15:56
on 2025/12/09 15:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -116,14 +116,14 @@ 116 116 117 117 <!-- Enhanced search box (still uses XWiki search under the hood) --> 118 118 <div class="kb-hero-search"> 119 - <form action="$xwiki.getURL('Main.WebHome', 'view')" method="get"> 120 - <input121 - type="text"122 - name="text"123 - placeholder="Search for an article (e.g. "family membership")"124 - aria-label="Search the knowledge base"125 - />126 - </form>119 + <form action="$xwiki.getURL('Main.WebHome', 'view', 'xpage=search')" method="get"> 120 + <input 121 + type="text" 122 + name="text" 123 + placeholder="Search for an article (e.g. "family membership")" 124 + aria-label="Search the knowledge base" 125 + /> 126 +</form> 127 127 </div> 128 128 </div> 129 129