Changes between Version 29 and Version 30 of S3/S3REST/URLFormat
- Timestamp:
- 03/19/13 13:49:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/URLFormat
v29 v30 78 78 Master resources use their table name without controller prefix as alias, whereas components can have a context-dependent alias (which must be used here). 79 79 80 The tilde {{{~}}} refers to the master resource addressed by the URL: 81 82 {{{ 83 /pr/person?~.first_name__like=Miriam 84 }}} 85 86 This refers to the {{{first_name}}} field in the {{{pr_person}}} table. 87 80 88 Component: 81 89