Hi
I am trying to order my search results by Title
but for some reason it is not working
please let me know if there is something wrong with the code, or I cant do this
with the built in EE 2.0 Search Module
here is the code that I am using right now:
<ul>
{exp:search:search_results switch="resultRowOne|resultRowTwo" orderby="title" sort="asc" dynamic="yes"}
<li class="{switch}"><a href="http://{auto_path}">{title}</a></li>
{/exp:search:search_results}
</ul>