Manual:$wgDisableSearchUpdate
Appearance
| Buscar: $wgDisableSearchUpdate | |
|---|---|
| If you've disabled search semi-permanently, this also disables updates to the table. |
|
| Introducido en la versión: | antes de 1.1.0 |
| Eliminado en la versión: | aún se usa |
| Valores permitidos: | (booleano) |
| Valor predeterminado: | false |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
If you've disabled search semi-permanently, this also disables updates to the table. If you ever re-enable, be sure to rebuild the search table using rebuildtextindex.php.
The searchindex table gets populated when edits are saved. This may slow down your wiki if it gets a high rate of edits. You can disable search updates with this setting, and periodically run updateSearchIndex.php to update it during off-peak hours.