https://bugzilla.wikimedia.org/show_bug.cgi?id=62276

            Bug ID: 62276
           Summary: rebuildtextindex.php fails to fix wrong data in the
                    searchindex table
           Product: MediaWiki
           Version: 1.22.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Maintenance scripts
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: mueller062001-...@yahoo.de
       Web browser: ---
   Mobile Platform: ---

When you have invalid data in the searchindex table, the maintenance script
rebuildtextindex.php is there to fix that. However, this currently does not
work:

The script currently does only update the _SQL index_, not the _rows_ of the
searchindex table. So rows, which should not be there (e.g. as they point to a
deleted page), will _stay_(!) in the index. That way the index is created based
on wrong data.

rebuildtextindex.php should first rebuild the _actual table data_, before it
recreates the SQL index (based on that data).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to