Categories
How to implement order by desc on foselasticsearchbundle?
Answer the question
In order to leave comments, you need to log in
In the simplest case like this:
namespace App; use Elastica\Query; $query = new Query(); $query->setSort(['price' => 'desc']);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question