Long form of keyword queries

Udo Schneider udo.schneider at homeaddress.de
Mon Aug 15 09:58:07 UTC 2011


All,

I'm currently searching for the long form of keyword queries. A short 
form of

aMagmaCollection where:
	[ :reader | reader keywords includesAnyOf: #('test') ].

works fine. This relies on a #doesNotUndestand: call because of 
#keywords. Thus I'm searching for a long form for it. E.g. something like

aMagmaCollection where:
	[ :reader | reader read: #keywords includesAnyOf: #('test') ].

Any hints?

Best Regards,

Udo



More information about the Magma mailing list