主頁(yè) > 網(wǎng)站建設(shè) > 建站知識(shí) > 織夢(mèng)實(shí)現(xiàn)分類(lèi)搜索內(nèi)容的功能(下拉搜索)

織夢(mèng)實(shí)現(xiàn)分類(lèi)搜索內(nèi)容的功能(下拉搜索)

POST TIME:2017-11-30 16:41

  在使用dedecms二次開(kāi)發(fā)的時(shí)候,我們都知道搜索只有標(biāo)題搜索和模糊搜索,怎么實(shí)現(xiàn)按照欄目進(jìn)行分類(lèi)搜索呢?我們想搜那個(gè)欄目下的就只搜那個(gè)欄目的數(shù)據(jù),其實(shí)很簡(jiǎn)單下面就是操作代碼,替換掉原來(lái)的就可以了;

<form action="{dede:field name='phpurl'/}/search.php" name="formsearch">
<div class="form">
<input type="hidden" name="kwtype" value="0" />
<input type="hidden" name="searchtype" value="titlekeyword" />
<input name="keyword" type="text" class="search-keyword" id="search-keyword" />
<select name="typeid" class="search-option" id="typeid">
<option value='0' selected='1'>全部欄目</option>
{dede:channelartlist typeid='top' }
{dede:type} <option value='[field:id/]'>[field:typename/]</option>{/dede:type}
{dede:channel type='son' noself='yes'}
<option value='[field:id/]'>-[field:typename/]</option>
{/dede:channel}
{/dede:channelartlist}
</select><button type="submit" class="search-submit">搜索</button>
</div>
</form>
是不是很easy啊,這樣客戶(hù)就可以實(shí)現(xiàn)分類(lèi)搜索了,使搜索更精確,速度也更快了;


收縮
  • 微信客服
  • 微信二維碼
  • 電話(huà)咨詢(xún)

  • 400-1100-266