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 <victorct83@gmail.com> wrote:
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 of my database, specifically
using the /selectAllSortBy:/ message, which I see is not fully implemented.
Maybe I am wrong? Instead of this, I used /selectMany:sortBy:/ and it does
the trick, but I'd like to know if the previous one will be implemented some
day.

Regards,

PS: Sorry but I don't know if this has been discused, if so, I didn't found
it.




--
View this message in context: http://forum.world.st/Voyage-selectAll-sortBy-not-implemented-tp4725324.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.