<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">At present there's not a re-index function other than editing the<br>page... but I might be able to come up with one.
<br><br>It might turn out to be as simple as (untested!)<br><br> if ($action == 'reindex')<br> { $action = 'edit'; $_POST = array('post'=>'1'); }</blockquote><div><br><br>Thanks a lot for your quick reply.
<br><br>I will test this approach.<br><br>However, as the aim is to have the pages generated automatically, it will not be easy to start this action for every page.<br><br>Now that I know the missing targets= attribute is causing the trouble , I can fill it myself when generating the pages. This is probably the easiest solution.
<br><br>I would suggest to consider making a PmWiki internal function that could be called from a cookbook and that would "re-index" everything (same principle as expirediff which can clean-up all pages in one go).
<br><br>Thank again for your help.<br><br>Christophe<br><br><br><br><br><br><br><br><br><br><br><br></div><br></div>