Skip to content

[ENH] Change order of operations in unified search

Loïc Yabili requested to merge lyabs243/tiki:tiki-search-unified into master

Description

Changes the order of operations in unified index to:

  1. Run the trackers first because the content may be misused elsewhere.
  2. wiki pages last because many things will use the index in wiki pages

Steps to test

Execute in cmd php console.php index:rebuild --log

Expected result

It will show order of index and wiki pages will be in the last position.

Edited by luci

Merge request reports