Re: [Pharo-users] [Voyage] #selectAll:sortBy: not implemented?

2013-11-28 Thread Víctor Casado
Hi Johan, Thanks a lot for report the update and of course for been working on it, will be of great help! If I have any suggestions I'll let you know. Regards, -- View this message in context: http://forum.world.st/Voyage-selectAll-sortBy-not-implemented-tp4725324p4725823.html Sent from the P

Re: [Pharo-users] [Voyage] #selectAll:sortBy: not implemented?

2013-11-26 Thread Johan Fabry
Hi Victor, as luck has it, I am just now updating the documentation of Voyage. I have not yet worked on the querying section, but everything before that has been reworked today. You may want to take a look again at the next build of the pdf, especially if you want to learn about customizing how

Re: [Pharo-users] [Voyage] #selectAll:sortBy: not implemented?

2013-11-26 Thread Víctor Casado
Hey Esteban! Thanks a lot for your work and for the quick response, it works perfectly :) Best regards, -- View this message in context: http://forum.world.st/Voyage-selectAll-sortBy-not-implemented-tp4725324p4725350.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] [Voyage] #selectAll:sortBy: not implemented?

2013-11-26 Thread Esteban Lorenzano
yes, I forgot to implement it (I never needed) :S in the mean time, you can use: MyClass selectMany: Dictionary new sortBy: { #myfield: VOOrder oscending } asDictionary and it will have same result. cheers, Esteban On Tue, Nov 26, 2013 at 2:05 PM, Víctor Casado wrote: > Hi all! > >

[Pharo-users] [Voyage] #selectAll:sortBy: not implemented?

2013-11-26 Thread Víctor Casado
Hi all! I've recently started to use MongoDB and Voyage in a project of my work (I find it too interesting!) following this tutorial: https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/Voyage/Voyage.pier.pdf I've been facing issues to sort the elements