Project

General

Profile

Actions

Bug #93031

closed

Page is not being reindexed by EXT:indexed_search

Added by Sven Burkert over 3 years ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2020-12-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have the problem that my website content isn't reindexed, the index record contains the old page contents.

I've broken it down to a simple site setup with this TypoScript setup:

page = PAGE
page.10 = TEXT
page.10.value = aaa1
config.index_enable = 1

When I open this page in frontend, the text "aaa1" is displayed and the page is indexed by EXT:indexed_search (a new index record is created and displayed in module "Indexing -> Detailed statistics").
Now I slightly change this TypoScript (page.10.value = aaa1 aaa2) and open the page again in frontend. The record in "Indexing -> Detailed statistics" is updated (it shows the current timestamp in column "Indexed"), but when clicking on this record for detailed statistics, the row "item_description" still shows "aaa1".

Actions

Also available in: Atom PDF