Hi, is it possible to order results using the advanced search form using any custom field from the channel?
I’ve checked the docs and it oly appears to give these options:
<select name=“orderby”>
<option value=“date” >{lang:date}</option>
<option value=“title” >{lang:title}</option>
<option value=“most_comments” >{lang:most_comments}</option>
<option value=“recent_comment” >{lang:recent_comment}</option>
</select>
I’ve tried to use something like this with no results:
<option value=”{custom_field}”>{custom field}<option>
Thanks in advance.