cb_indexedsearch_autocomplete 不适用于 typo3 6.2.17

cb_indexedsearch_autocomplete not working for typo3 6.2.17

我刚刚为 typo3 安装了插件 cb_indexedsearch_autocomplete 并将其包含在模板中。但它不适用于 typo3 6.2.17? 有什么配置要设置吗?

我在代码中发现了问题,它迭代了 jquery 库的配置值

jQueryFile = EXT:cb_indexedsearch_autocomplete/res/jquery-latest.pack.js

在插件中,如果设置了该值,将使用该值,如果未设置,它将使用自动完成文件 jquery 脚本。这种用法有什么相关性?

现在我重置配置 jQueryFile 并将 Jquery 的 CDN 库添加到我的页面。现在它的工作就像魅力.... :)

page.includeJSFooter {
    file1 = https://code.jquery.com/jquery-1.12.3.min.js
    file1.external = 1
}

plugin.cb_indexedsearch_autocomplete.jQueryFile >
plugin.cb_indexedsearch_autocomplete.noConflictMethod = 0