[Zope-dev] ZCatalog scalability

Dieter Maurer dieter@handshake.de
Mon, 22 Jan 2001 19:38:14 +0100 (CET)


Steve Alexander writes:
 > 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 ''.
Simply do not use a globbing vocabulary is another alternative.


Dieter