简体   繁体   English

TYPO3:清除索引搜索缓存

[英]TYPO3: clear indexed search cache

When I use the search function on my website, it shows results with old content. 当我在网站上使用搜索功能时,它会显示带有旧内容的结果。 I tried to clear all caches but it doesn't solve the issue. 我试图清除所有缓存,但不能解决问题。

I am not sure if I should truncate some tables in the DB and how safe this is. 我不确定是否应该截断数据库中的某些表以及它的安全性。

By the way I don't have any "indexed search" option in the Backend under "Info". 顺便说一句,我在后端的“信息”下没有任何“索引搜索”选项。

Which TYPO3 Version are you using? 您正在使用哪个TYPO3版本? With TYPO3 8.7 (not sure if also with 7.6) the module moved to an own one called "Indexing". 使用TYPO3 8.7(不确定是否也使用7.6)时,该模块已移至一个称为“索引”的模块。

Anyway you shouldn't get any problem truncating the indexed_search tables in the DB as they get shipped without data when you install indexed_search. 无论如何,在安装indexed_search时,在不带数据的情况下截断数据库中的indexed_search表就不会有任何问题。

To be sure, just make a backup of the tables. 可以肯定的是,只需备份表即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM