mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-16 02:46:08 -04:00
Make sure posdb generated while rebuilding is the same as spidering
This commit is contained in:
@ -12922,6 +12922,9 @@ char *XmlDoc::getMetaList(bool forDelete) {
|
||||
// we're adding titlerec to keep links between redirection intact
|
||||
addTitleRec = true;
|
||||
|
||||
// since we're adding titlerec, add posrec as well
|
||||
addPosRec = true;
|
||||
|
||||
// if we are adding a simplified redirect as a link to spiderdb
|
||||
// likewise if the error was ENONCANONICAL treat it like that
|
||||
spideringLinks = true;
|
||||
|
Reference in New Issue
Block a user