[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Searching
and Categorizing Content
webmaster at zope.org
webmaster at zope.org
Fri Oct 28 16:25:35 EDT 2005
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/SearchingZCatalog.stx#3-122
---------------
Or::
# animals with population count between 5 and 10
zcat = context.AnimalCatalog
results=zcat(population_count={
'query': [ 5, 10 ],
'range': 'minmax'}
)
% Anonymous User - Oct. 28, 2005 4:25 pm:
by 'minmax', perhaps they mean 'min:max'.
This may have been to subtle to properly convey the amount of snoot
that went into this comment.
Ce La Vide.
More information about the ZDP
mailing list