Changes between Version 11 and Version 12 of S3/S3ResourceFilter
- Timestamp:
- 01/31/12 14:10:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3ResourceFilter
v11 v12 150 150 }}} 151 151 152 If your filter involves a component table, you may need to add the respective joins. This can be done automatically,by specifying the component alias in the add_filter call:152 If your filter involves a component table, you may need to add the respective joins. This can be done simply by specifying the component alias in the add_filter call: 153 153 154 154 {{{ … … 157 157 }}} 158 158 159 For URL filters, this happens automatically. 160 159 161 Note that filters as such (i.e. S3ResourceQuery instances) are resource-agnostic, so they can be re-used across resources (provided the same field selector applies in all of them). 160 162