后臺,欄目管理--全站搜索管理--管理搜索數(shù)據(jù)源--批量導(dǎo)入搜索表。新增數(shù)據(jù)必需更新搜索表才能在搜索里出現(xiàn)。搜索表里可以自定義需要搜索的系統(tǒng)模型。
瀘溪網(wǎng)站建設(shè)公司成都創(chuàng)新互聯(lián),瀘溪網(wǎng)站設(shè)計制作,有大型網(wǎng)站制作公司豐富經(jīng)驗。已為瀘溪上1000家提供企業(yè)網(wǎng)站建設(shè)服務(wù)。企業(yè)網(wǎng)站搭建\外貿(mào)網(wǎng)站制作要多少錢,請找那個售后服務(wù)好的瀘溪做網(wǎng)站的公司定做!
form??id="searchform"?name="searchform"?method="post"?action="/e/search/index.php"?target="_blank"??????
input?style="float:left;"?class="main?text"?maxlength="70"??size="42"?type="text"?name="keyboard"?id="keyboard"?value=""?/????
input?type="hidden"?name="show"?value="title,smalltext"?/????
input?type="hidden"?name="tempid"?value="1"?/????
input?style="float:left;"??type="image"?value="?搜?索?"?src="/images/img/searchbutton.jpg"?//form
上面代碼是搜索標題和簡介的,你說的全站搜索,只能搜索標題和簡介,內(nèi)容是無法參與搜索的
form?action='/e/search/index.php'?method="post"?name="search_news"?id="search_news"
input?type="hidden"?name="show"?value="title"?style="display:none;"?/
input?name="keyboard"?type="text"?class="search-keyword"?id="keyboard"?value="在這里搜索..."?onfocus="if(this.value=='在這里搜索...'){this.value='';}"??onblur="if(this.value==''){this.value='在這里搜索...';}"?/
input?type="submit"?name="Submit22"?value=""?class="s_sumbit"/
/form
你把上面的form放到相應(yīng)的位置即可。這就是帝國cms的搜索。
這是一個很經(jīng)典的?問題?以前?我也一直納悶!還好我解決了!
第一?搜不到內(nèi)容?可能是你的代碼?問題?這個沒法說?我看不到代碼?你可以自己解決
第二?代碼正確?但是搜所不到內(nèi)容?呵呵?我是研究了很久才找到的原因?是數(shù)據(jù)庫你沒有設(shè)置默認表?或者默認的表?不對
如圖?設(shè)置你需要的表為默認即可