Changes between Version 16 and Version 17 of S3/S3Hierarchy
- Timestamp:
- 05/27/14 12:28:08 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Hierarchy
v16 v17 246 246 == Hierarchical Query Operator typeof == 247 247 248 The {{{typeof}}}query operator can be used to filter by a type and all its sub-types in a hierarchical taxonomy.248 The ''typeof'' query operator can be used to filter by a type and all its sub-types in a hierarchical taxonomy. 249 249 250 250 It can be used with a reference (or list:reference) to a hierarchical table: … … 275 275 }}} 276 276 277 Where {{{typeof}}} is used with a virtual field, or no hierarchy is configured for the target table, it falls back to {{{belongs}}} (or {{{contains}}} for list-types, respectively).277 Where ''typeof'' is used with a virtual field, or no hierarchy is configured for the target table, it falls back to ''belongs'' (or ''contains'' for list:types, respectively).