Howto get SearchReindex working in 1.10
Posted: Sun Sep 04, 2011 3:01 pm
Hey folks,
recently I started to port my module to 1.10 - everything works fine so far, but search reindex fails.
The search_Reindex-function of searchtools iterates through all loaded modules and calls the SearchReindex-method. The problem is: the loaded-modules-array of ModuleOperations only contains the search module at this time (I think this is lazy-loading related).
Is there any way to bypass this and get the module indexed properly?
recently I started to port my module to 1.10 - everything works fine so far, but search reindex fails.
The search_Reindex-function of searchtools iterates through all loaded modules and calls the SearchReindex-method. The problem is: the loaded-modules-array of ModuleOperations only contains the search module at this time (I think this is lazy-loading related).
Is there any way to bypass this and get the module indexed properly?