Reputation: 1
I try to sort by title ascending using solr and Solarium. I do this
$query->addSort('title', $query::SORT_ASC);
But it returns 500 whereas this
$query->addSort('itcreation_dateem_id', $query::SORT_ASC);
succeeds. How is it possible to do the sorting of title?
Upvotes: 0
Views: 372