Howto get SearchReindex working in 1.10

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
User avatar
dc2
Forum Members
Forum Members
Posts: 116
Joined: Tue Jun 02, 2009 8:21 pm

Howto get SearchReindex working in 1.10

Post by dc2 »

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?
Post Reply

Return to “Developers Discussion”