+Aux and collect

2010-01-19 Thread Henrik Sarvell
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?

/Henrik


Re: +Aux and collect

2010-01-19 Thread Alexander Burger
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:picol...@software-lab.de?subject=unsubscribe