PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Default sort with aspx control

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Default sort with aspx control

    I'm using the aspx control. How do I get the sort to default to Date-Order? I saw the ?sort=1 parameter but I'm not sure where to add that for aspx

  • #2

    I don't know what you HTML search form looks like, but you need to add some HTML like this to the form
    <input type="hidden" name="zoom_sort" value="1">

    Value 1 = date sort
    Value 2 = reverse date sort
    Value 0 = sort by relevance

    Comment

    Working...
    X