Hi Esteban,

I want to select some objects with code Smalltalk selectors, as bellow.

In the code bellow, myObjectInRepo is already fetched from the repo (so
it is in the image), but the select: return an empty list, but it should
not be empty.


myObjectInRepo select: [ :each |
  someObjects includes: each anAttribute "the one Voyage should fetch"]


Hilaire

Le 02/03/2017 à 21:58, Esteban Lorenzano a écrit :
> Hi Hilaire, 
> 
> I do not understand well your problem. Which query do you want to implement?
> 
> cheers!
> Esteban

-- 
Dr. Geo
http://drgeo.eu


Reply via email to