Changes between Version 7 and Version 8 of S3/S3Tracking
- Timestamp:
- 03/22/11 14:41:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Tracking
v7 v8 198 198 }}} 199 199 200 === Additional Options === 201 202 When retrieving locations by {{{get_location}}} or {{{get_base_location}}}, you can specify additional parameters for the result: 203 204 - '''_fields''' (list/tuple of Field instances) to select fields from gis_location (None for ALL) 205 - '''_filter''' (Query instance) to filter the gis_location records 206 - '''as_rows''' (boolean) return the result as Rows object (work like a DAL select()) 207 200 208 ---- 201 209 [wiki:S3 S3 Guide]