-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting #7
Comments
Thank you for creating the issue. Sorting is not implemented, but it shouldn't be hard to do so. I'll have a look into it this weekend. |
I've implemented sorting. Please check it out. |
Hi, Thanks for sorting this out (pun not intended). Note that I have rolled out our own implementation based on JSON(B) which also implements fallbacks in sorting. |
The 0.3 release breaks
|
@daniel-rikowski I'll fix that in a second. |
Sorry about that. |
@daniel-rikowski I've pushed another version. Probably I'll also switch over to a json solution, due it's more handy if you need to deliver json through a api anyway. |
Thank you! Symbols do work now, but combinations still do not, e.g.
This results in a call like Strings work ( |
@daniel-rikowski I'll look into it. |
Does the system allow for easy ordering?
eg. order(name: :asc) where name is a translated field? How well does it combine with fallbacks?
I did not see anything in the documentation, nor did I see anything in the code that would support this on first sight
Would it be hard to implement?
The text was updated successfully, but these errors were encountered: