Hello
I could not find this mentioned in doc or previous issues. Must be a common question though.
Client would like blog search results to appear in order of descending date. Not entirely sure what the order is now but date it is not.
I cannot find a setting for that in Easyblog component or plugin or even modules, or Joomla search. It does not look to be something a template override could accomplish - EB search code all looks to be in administrator component model(?) and does not seem to have consideration to accept something like adding $query->order('ordering DESC') to module override.
Is there any way I can deliver this without hacking your component code? Probably missing something simple.
Thanks.