You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analogous to #19, there should be an array value in the ModuleOptions to allow specifiying one or more sort orders. The currently harcoded one should stay the default choice, if nothing is configured.
Currently, the sort order is hardcoded descending by date.
We want to make this configurable. For example this would make the
< $randString = rand(1,100);
< $query->addSortField('random'.$randString, SolrQuery::ORDER_DESC);
The text was updated successfully, but these errors were encountered: