On Tue, Jan 19, 2010 at 11:45:02PM +0100, Henrik Sarvell wrote: > Another quick question, when using collect in conjunction with +Aux the > following can be used: (collect 'rel '+Cls (list Obj1 Obj2)). > > Now could the following also work: (collect 'feed '+ArFeLink (list This T) > 'article) to for instance get all the articles of a feed, ie using T as a > wildcard?
No, because 'T' means an infinitely large value. But you can simply write (collect 'feed '+ArFeLink This), i.e. the index can be used just in the normal way. Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
