Subject: | _hm_run_search() and order_by |
Given a schema where C<< $foo->has_many('bars') >>, I have been
accustomed to use C<< $foo->bars({order_by => "$column $direction"}) >>
to retrieve the related rows.
This usage breaks without a convenient (IMO) work-around in v3.0.11.
Thanks -