> Casey Duncan <[EMAIL PROTECTED]> wrote:
> > 
> > Yes, you always get all the meta-data. However, does
> > anyone know how the "used" argument of
> > ZCatalog.searchResults works, or why you would use it?
> 
> 'used' tells you the names of the indexes which actually
> participated in the search (as distinct from those you
> asked for).

What does this meen?

Example, What's the different between:

  searchResults(used=(index1,index2), index1='kalle', index2='kaviar')

and;

  searchResults(index1='kalle', index2='kaviar')


(Are used supposed to be a tuple?)

TIA,
Johan Carlsson


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to