Login / Sign Up

List Sort Type String

This is a single or set of several string definitions to set what sort options are available on some lists These are mixed together for both the holiday homes for sale section, and the routes section - however when sending these values, single groups should be used. If it is a set then these should be semicolon delimited, out of the following available options :
• "featured": "Featured (Routes & Home Sales)

• "distancelowhigh" - Distance From Park Low to High (Routes)
• "distancehighlow" - Distance From Park High to Low (Routes)
• "difficultylowhigh" - Difficulty From Park Low to High (Routes)
• "difficultyhighlow" - Difficulty From Park High to Low (Routes)
• "lengthlowhigh" - Length From Park Low to High (Routes)
• "lengthhighlow" - Length From Park High to Low (Routes)
• "durationlowhigh" - Duration From Park Low to High (Routes)
• "durationhighlow" - Duration From Park High to Low (Routes)

• "pricelowhigh" - Price Low to High (Home Sales)
• "pricehighlow" - Price High to Low (Home Sales)

Structure

{
  "routeSorts": "featured;distancelowhigh;distancehighlow;difficultylowhigh;difficultyhighlow;lengthlowhigh;lengthhighlow;durationlowhigh;durationhighlow",
  "routeDefaultSort": "distancelowhigh",
  "homesalesSorts": "pricelowhigh;pricehighlow",
  "homesalesDefaultSort": "pricelowhigh"
}