Here is how different values in the URL change the results.
Customization
- List Format
- searchBar= (true/false) - Hide or show the 'search bar' at the top of the page
- pageIndex=(number) - Skip to page X
- pageSize=(number) - Show X products
- grp=(field #) - Group by field X
- dealer=(dealer id) - Show dealer's inventory
- List Basic Filters
- keyword=(words) - Contains words like X
- aad=(date) - Added on or after date X
- CaseId=(number) - Has case X
- Color=(word) - Color contains X
- Conditionid=(number) - Condition is X
- FY=(number) - Year on or after X
- LY=(number) - Year on or before X
- LP=(decimal) - Low price
- HP=(decimal) - High price
- Make=(word) - Manufacturer contains X
- Model=(word) - Model contains X
- FL=(filter choice # below) - Include, exclude lefties
- List Compound Filters
- Item Type - Uses a filter type (# below) and one or more type ids (link)
- TF=(number) - How to filter the following type ids
- TI#=(number) - Include exclude type X
- # can be 0 to 100, so you can filter on multiple types
- ( i.e. GearList.aspx?TF=1&TI0=1&TI1=5 means include items with type 1 and 5)
- Item Type - Uses a filter type (# below) and one or more type ids (link)
- Filter Choices
- No filtering = 0
- Include filtered items = 1
- Exclude filtered items = 2
0 Comments