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
Change comment: There is no comment for this version
To version 30.1
edited by Isaac Mejia
on 2025/12/10 17:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -114,9 +114,9 @@
114 114   Guides, walkthroughs, and best practices to help you and your team get the most out of the platform.
115 115   </p>
116 116  
117 - <!-- Enhanced search box (still uses XWiki search under the hood) -->
117 + <!-- Hero search wired to custom KB search page -->
118 118   <div class="kb-hero-search">
119 - <form action="$xwiki.getURL('Main.WebHome', 'view')" method="get">
119 + <form action="$xwiki.getURL('Main.KBSearch', 'view')" method="get">
120 120   <input
121 121   type="text"
122 122   name="text"
... ... @@ -123,6 +123,8 @@
123 123   placeholder="Search for an article (e.g. &quot;family membership&quot;)"
124 124   aria-label="Search the knowledge base"
125 125   />
126 + <!-- optional: add a button if you want -->
127 + <!-- <button type="submit" class="kb-search-button">Search</button> -->
126 126   </form>
127 127   </div>
128 128   </div>