hello. my test system on windows I see no auto-generated links. I really want to use this on my production Drupal site, but I'm not sure how you've implemented your related search. I see how from the code it is grabbing related taxonomy terms. this is slightly useful (but I feel users can already click the taxonomy term links) so I need something more than this and I don't think I see it in the code.
Can you describe the related links algorithm to me. I'm not good at parsing PHP and drupal APIs (yet), but I was expecting to see /* (1) parse the node text for certain keywords (2) select nodes with similar taxonomy terms (3) select nodes from this list with similar keywords (4) return those nodes */ ...something along those lines.
Do I need cron to make something automated happen? I see how you've provided the form hooks and such, but unless a query is doing something for me in an automated fashion and putting it into a block for me, I've got no use for this module. Please enlighten me. Thanks.