I think we would take a huge performance hit if we did this, as we would have to open this gigantic index file for every single page load, and the file would be far larger as it is currently stripped down to a bare minimum.
The search index is only used in searches. Imagine if every page were that slow, or slower. Using a specialize info var page like you are doing with the wikiblog, is essentially an optimized index with the bare minimum info for fastest performance. Cheers, Dan On Thu, Mar 26, 2009 at 9:42 AM, Martin <[email protected]> wrote: > > Some time ago I thought of this too. > > In fact I run a script that opens the index file, looks for matching > characters and retrieves them for display. > > Your wikiblog will be a (nearly) single file blog. So you can ignore > the index. > > Greetings, Martin > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
