Changes between Version 11 and Version 12 of S3/S3ResourceFilter


Ignore:
Timestamp:
01/31/12 14:10:52 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3ResourceFilter

    v11 v12  
    150150}}}
    151151
    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:
     152If 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:
    153153
    154154{{{
     
    157157}}}
    158158
     159For URL filters, this happens automatically.
     160
    159161Note 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).
    160162