Changes between Version 8 and Version 9 of S3/S3Tracking


Ignore:
Timestamp:
03/22/11 14:42:32 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Tracking

    v8 v9  
    202202When retrieving locations by {{{get_location}}} or {{{get_base_location}}}, you can specify additional parameters for the result:
    203203
    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())
     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()}}})
    207207
    208208----