Changes between Version 29 and Version 30 of S3/S3REST/URLFormat


Ignore:
Timestamp:
03/19/13 13:49:25 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/URLFormat

    v29 v30  
    7878Master resources use their table name without controller prefix as alias, whereas components can have a context-dependent alias (which must be used here).
    7979
     80The tilde {{{~}}} refers to the master resource addressed by the URL:
     81
     82{{{
     83/pr/person?~.first_name__like=Miriam
     84}}}
     85
     86This refers to the {{{first_name}}} field in the {{{pr_person}}} table.
     87
    8088Component:
    8189