21 Jan
2001
21 Jan
'01
7:39 p.m.
Steve Alexander wrote:
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 ''.
A *very* handy suggestion. You might want to add that as a Tip to Zope.org. Thanks, Michael Bernstein.