Fwd: Re: Reading multiple indices on MagmaCollections - third working code

Brent Pinkney brent.pinkney at aircom.co.za
Sun Apr 9 22:38:30 UTC 2006


Hi Chris,

I am just finsihing up now - watching some of the US Masters.

This mail follows on from "Re: Reading multiple indices on MagmaCollections - 
second working code".

Attached: Magma research-brp.10
Add MaClause >> #in: and rudimentary plumbing for order clauses.


We can now do this and it *should* in principle be able to use the indices:

	(LavaTestResource current people 
		where: [ :each | each familyName in: #('Mandela' 'Man') ]
		orderBy: [ :each | each age descend ])
			do: 
				[ :person |
				Transcript show: person age; tab; show: person fullName; cr ]


Time to sleep.

Regards

Brent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Magma research-brp.10.mcz
Type: application/x-zip
Size: 13072 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/magma/attachments/20060410/40bdfdd9/Magmaresearch-brp.10.bin


More information about the Magma mailing list