[Grok-dev] How to do authentication right with Grok
Sebastian Ware
sebastian at urbantalk.se
Mon Jan 12 09:54:06 EST 2009
12 jan 2009 kl. 14.00 skrev Brandon Craig Rhodes:
> Indexes are a different matter; they obviously *do* sit around in the
> database. Still, I'd love to see the ``grok.Indexes`` class gain the
> ability, on startup, to add or delete indexes from the Application or
> Site to bring them up-to-date with what's declared in the code, rather
> than making us destroy and re-create all of our applications every
> time
> we make a dratted change to our source code. :-)
The ZMI is able to add Indexes to an installed application, I don't
understand why Grok can't do the same during startup. I really think
this should be considered as a bug. I mean, who doesn't add indexes
during the evolution of an application? (and adding them through the
ZMI is not a nice workaround, besides it only supports adding field
and text indexes).
Mvh Sebastian
More information about the Grok-dev
mailing list