[Zope-dev] Partial Matches

Chris Withers chrisw@nipltd.com
Wed, 17 Jan 2001 10:16:05 +0000


John Eikenberry wrote:
> 
> Long answer: If you check out the source and/or hit it with the profiler
> you'll see that the way the partial search works is to first do a more
> general search then to limit the hits as much as possible via regex's.
> Both these steps have to happen no matter the batch size, and this is where
> you take the performance hit.

Can you give me an exampel of a partial search expression that causes
you problems?

cheers,

Chris