ZF-8311: Query sorting by field named 'sort'
Description
Currently, if you pass any extra arguments then there's no way to sort by score. Passing 'score' throws an invalid field name error. It should allow you to send 'score' as one of the parameters for the sorting logic.
Comments
Posted by Alexander Veremyev (alexander) on 2009-11-17T08:56:21.000+0000
Done.