22 Feb
2001
22 Feb
'01
10:02 a.m.
Casey Duncan <casey_duncan@yahoo.com> 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