On 3 Mar 2017, at 10:00, Hilaire <hilaire@drgeo.eu> wrote:
Hi Esteban,
I want to select some objects with code Smalltalk selectors, as bellow.
why? you cannot transform that into a mongo query? something like: myObjectInRepo select: [ :each | (each at: âattributeâ) in: someObjectsCollection ] Esteban
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