inaka / sumo_db

Erlang Persistency Framework
http://inaka.github.io/sumo_db/
Apache License 2.0
174 stars 37 forks source link

Riak Store: implement sort for sumo:find_by/5 #200

Closed jfacorro closed 7 years ago

jfacorro commented 9 years ago

It is currently throwing a not_supported exception when calling sumo:find_by/5.

emnvn commented 8 years ago

This problem happened to me, I don't know whether it is the problem of sumo or it is my problem ? I use sumo_db with riak db.

Thanks for any help

jfacorro commented 8 years ago

@emnvn The issue is that support for it has not been implemented yet. The sumo_store_riak: find_by /6 function that should handle the SortFields just returns a not_supported error. So it is not a problem caused by anything you did, it is just something that is currently missing :smile:

cabol commented 7 years ago

This issue was moved to the specific Riak adapter repo HERE