[Zope-dev] ZCatalog
Anthony Baxter
Anthony Baxter <anthony@interlink.com.au>
Thu, 09 Mar 2000 13:22:12 +1100
>>> Tom Deprez wrote
> Is there a way to see which keywords, etc are indexed in a catalog?
>
> eg. Let's say I indexed the title of a class and now I want to see all the
> titles in the catalog (so I can see if I'm programming correctly)
You can use 'uniqueValuesFor()' to list values for an index. As a
simple tool, you could add the 'Query' tab patch to ZCatalog, get
it from http://www.zope.org/Members/anthony/patches/
Anthony