Hi,

3 quick notes regarding indexing:

   - I just noticed a typo in BOLTindex:
   if ($myrule == '') return "Index rule //$myrule// not found";
   should be
   if ($myrule == '') return "Index rule //$rule// not found";
   Otherwise this warning gives no info at all...
   - Also, I think the "Indexing is current" and "No pages to index" 
   warnings should be localized and moved to site.messages.
   - And lastly, a small question: if I define 3 indexing rules and set 
   indexing to cron, nothing will happen, right? If so, could you please add a 
   "batch" parameter to the indexing function such that I can put in 
   cron.index (which is visited through a cron job):
   [(index rule=site batch={?quantity})]
   [(index rule=game batch={?quantity})]
   [(index rule=memberstats batch={?quantity})]
   I know it will kind of do that automaticaly everytime a page is modified 
   in the website, but i just modified a whole bunch of pages through FTP and 
   it's a real pain to re-index it all manually... I am heavily using content 
   of index.game and index.memberstats and need them up-to-date the fastest 
   way possible.

Cheers,
Tiffany

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to