[Zope] Re: [Plone-users] catalog question
Dieter Maurer
dieter at handshake.de
Fri Sep 24 14:49:04 EDT 2004
G. Clifford Williams wrote at 2004-9-21 14:06 -0500:
> ...
>The first
>thing I want to do is to get the results from just one folder instead of a
>search of all published news items.
You can use the default "path" index for this. Please
read the Zope Book (2.6/2.7 edition, online) for details.
> ...
>To do
>this I have to be able to wild card the ID or title in the search.
>From the stock indexes, only "TextIndex"es support wild card searches.
On the other hand, most "ManagableIndex"es support glob ("?*")
and regular expression matches provided they use a string/unicode
based data type.
<http://www.dieter.handshake.de/pyprojects/zope>
--
Dieter
More information about the Zope
mailing list