21 Jan
2001
21 Jan
'01
11:17 p.m.
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