Hi,
I have implemented the search feature in my module and so far I've figured out that the search items go into the mp_IndexingQueue table. Now my question is what picks them up from there?
So far it seems that when my module generates a row in the IndexingQueue table; it never goes anywhere until I add a record in a different module (like Links). Then the rows from both modules get added to the index. I'm sure I'm missing something really simple; but I keep looking and can't figure it out... Can somebody help?