2014-04-07 61 views
3

我搜索使用版本6.2上的TYPO3的模塊indexed_search。如何使用TYPO3的Indexed_search

我找到一些教程,但是當我嘗試它們時,searchBox出現,但我沒有結果。只有我把在不斷的ID頁:

plugin.tx_indexedsearch.searchUID = 9 

代碼:

TEST < lib.searchbox 


TEST = COA_INT 
    TEST { 
    stdWrap.prefixComment = 2 | lib.searchbox 
    10 = TEXT 
    10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID} 
    10.typolink.returnLast = url 
    10.wrap = <div id="indexedsearchbox"><form action="|" method="post" id="indexedsearch"><table cellpadding="0" cellspacing="0" border="0"> 
    20 = COA 
    20 { 
     wrap = <tr> | </tr> 
     10 = TEXT 
     10.htmlSpecialChars = 1 
     10.data = GPvar : tx_indexedsearch |sword 
     10.wrap = <td><input name="tx_indexedsearch[sword]" value="|" class="searchbox-sword" type="text" /></td> 
     20 = COA 
     20 { 
     wrap = <td align="right">&nbsp;|</td> 
     10 = TEXT 
     10.value = <input type="hidden" name="tx_indexedsearch[sections]" value="0" /> 
     20 = TEXT 
     20.value = <input name="tx_indexedsearch[submit_button]" value="Search" type="hidden" /> 
     30 = TEXT 
     30.value = <input name="search" src="fileadmin/templates/image/Search.png" value="Search" class="searchbox-button" type="image" /> 
     } 
    } 
    30 = COA 
    30 { 
     wrap = <tr>|</tr> 
     10 = TEXT 
     10.value = Advanced search » 
     10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID} 
     10.typolink.additionalParams = &tx_indexedsearch[ext]=1 
     10.wrap = <td align="right" colspan="2">|</td> 
     if.isTrue = {$plugin.tx_indexedsearch.showAdvanced} 
    } 
    wrap = | </table></form></div> 
    } 
+0

你激活你的網頁的索引選擇插件索引搜索indexed_search選擇普通的插件? http://docs.typo3.org/typo3cms/extensions/doc_indexed_search/4.2.1/#general – lorenz

回答

0

這是一個愚蠢的認爲,但我不創建插件索引搜索indexed_search記錄。所以,對於你,我把我們如何做到這一點(我在很長一段時間搜索,所以...)

1)在頁面搜索(id = 9這裏)在後端區域。

2)創建一個新的記錄,並在標籤插件

3)在標籤插件根據手冊在所有

相關問題