0

I've installed the extension "Indexed Search" in a TYPO3 4.7 installation, but it won't work. When I add the plugin in a column, the "Starting point" field wont come.

I thought I could set it up with typoscript, so I added this to the template:

page.config.index_enable = 1
plugin.tx_indexedsearch{
    show{
        advancedSearchLink = 0
        rules = 0
        alwaysShowPageLinks = 1
    }
    search{
        rootPidList = 1
        skipExtendToSubpagesChecking = 1
    }
    view.defaultPid = 81
    result_link_target = 81
}

But it isnt indexing anything yet. What should I do?

4

1 に答える 1

1

わかった!キャッシュを有効にする必要がありました。

config.no_cache = 0
于 2012-07-26T20:38:22.600 に答える