Fixed assumption issues on orderBy for scenarios on joins, configuration next
Pre-release
Pre-release
Fixes:
- fixed assumption made by _name__id for search ordering joins, changed this to for the time being use the table from the model as prefix rather than the key as defined by the developer. Looking into a neat way to configure this for scenarios where convention is not followed.
- fixed a bug with the field on onderby triggering the base order case, now uses the order array of models preceeding the field as criteria.