2012-02-12, 20:48:48
Carlos Wrote:Another suggestion:
(% searchresults ... order=title %)
This is an easy one, ;-) I patched searcher.class.php myself (inserted a bit of code in line 400's switch and a new function compare_title()) to do this.
I didn't implement this, because the title is not held in the index files (as opposed to the date, slug, as it is the page key, and the score, which is calculated). For large sites and searches with lots of results that would mean that lots of page xmls are accessed instead of only those on the first result page.
However, for most sites it shouldn't make much difference. I'll include it in the next release.