Changes between Version 47 and Version 48 of S3/S3REST/URLFormat


Ignore:
Timestamp:
08/30/19 09:24:20 (6 years ago)
Author:
Fran Boon
Comment:

?default_filters=0

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/URLFormat

    v47 v48  
    162162/hms/hospital?bbox.location_id=123,13.5,124,13.7
    163163}}}
     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
     169However '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
     172To instruct a !FilterForm to NOT implment the {{{filter_defaults}}}, add {{{?default_filters=0}}} to the URL.
    164173== URL Examples ==
    165174