form id="search_form" name="formsearch" action="/index.php" onsubmit="return checkIndexpost();">
<input type="hidden" name="u" value="search-index" />
<input type="text" name="keyword" placeholder="快速搜索百科知识!" />
<button type="submit">快速搜索</button>
</form>
我看了群里某人网站都设置了搜索的时候是:search/xxx 这样得搜索链接。我要怎么设置呢?是在上面代码操作还是?