| 164 | |
| 165 | == Bypassing !FilterForm Default Filters == |
| 166 | |
| 167 | 'Hard' Filters (added by the developers in the controller) can never be bypassed by URL filters. |
| 168 | |
| 169 | However 'Soft' Filters which are where a FilterForm is configured to have {{{filter_defaults}}} for convenience rather than security, or other meaning, can be. |
| 170 | * Information on filter_defaults can be found at [wiki:S3/FilterForms#Configuration] |
| 171 | |
| 172 | To instruct a !FilterForm to NOT implment the {{{filter_defaults}}}, add {{{?default_filters=0}}} to the URL. |