Home
last modified time | relevance | path

Searched hist:"2 ff7e61c42ef53b6a5d0a212c1785d7adeed08df" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/Search/
H A DIndexerTest.php2ff7e61c42ef53b6a5d0a212c1785d7adeed08df Wed Jun 10 09:56:23 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(indexer): explicitly handle renames

In an attempt to simplify the index handling, the newly refactored
indexer implemented a rename as delete+add sequence.

This had unintended consequences for the move plugin which may move
several pages at once, requiring a working index even while some pages
have already been moved while others still remain at their old location.

Related to #4646

/dokuwiki/inc/Search/
H A DIndexer.php2ff7e61c42ef53b6a5d0a212c1785d7adeed08df Wed Jun 10 09:56:23 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(indexer): explicitly handle renames

In an attempt to simplify the index handling, the newly refactored
indexer implemented a rename as delete+add sequence.

This had unintended consequences for the move plugin which may move
several pages at once, requiring a working index even while some pages
have already been moved while others still remain at their old location.

Related to #4646