Re: [Zope-dev] keyword indexes
15 Dec
2000
15 Dec
'00
9:33 p.m.
Josh Zeidner writes:
<dtml-in "Catalog.searchResults( MediaKeywords = ['ouch'] )"> This should work. Alternatively: "MediaKeywords = 'ouch'".
<dtml-in "Catalog.searchResults( MediaKeywords in ['ouch'] )"> This calls the catalog without any keyword arguments and with a single positional parameter 0. The catalog interprets this as "no search criteria" and returns all objects.
Dieter
9266
Age (days ago)
9266
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer