Support for appended attributes #501
plegenza
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
Feel free to make a PR and I'll merge it if it works. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe make support for append attributes.
Example attribute like fullname for model which is concatination firstname and lastname.
Currently sorting on fullname attribute will cause error "Column not found: 1054 Unknown column 'fullname' in 'order clause'".
It can be handled by collection sort for elements which exist in $append array for Model.
Beta Was this translation helpful? Give feedback.
All reactions