[Zope-dev] ZCatalog scalability

Chris Withers chrisw@nipltd.com
Sun, 21 Jan 2001 23:17:31 -0000


> Michael Bernstein wrote:
>
>
> > Also, is there a way to disable wildcards in full text
> > searches?
>
> Do not allow direct queries to search the catalog. Instead, make
> searches go through an external method (or a PythonScript with Proxy
> permissions) that uses string.replace to change '*' and '?' to ''.

Wouldn't using a normal vocabulary as opposed to a globbing vocabulary
prevent this as well?

cheers,

Chris