... | ... | @@ -126,12 +126,33 @@ Default value: |
|
|
not_containing_date: '%s_not_containing_date',
|
|
|
overlapping_date: '%s_overlapping_date',
|
|
|
not_overlapping_date: '%s_not_overlapping_date',
|
|
|
real_containing_date: '%s_real_containing_date',
|
|
|
real_overlapping_date: '%s_real_overlapping_date',
|
|
|
|
|
|
current?: 'current_%s?',
|
|
|
current_on?: 'current_%s_on?',
|
|
|
current?: 'current_%s?,
|
|
|
current_on?: 'current_%s_on?,
|
|
|
start: '%s_start',
|
|
|
finish: '%s_finish',
|
|
|
real: 'real_%s',
|
|
|
real_start: '%s_real_start',
|
|
|
real_finish: '%s_real_finish', }
|
|
|
```
|
|
|
|
|
|
<a name="period.direct_method_names"></a>`period.direct_method_names` If the period is marked as direct access, without the field name, then these method names will replace the default ones.
|
|
|
Default value:
|
|
|
```
|
|
|
{ current_on: 'happening_in',
|
|
|
containing: 'during',
|
|
|
not_containing: 'not_during',
|
|
|
real_containing: 'real_during',
|
|
|
|
|
|
containing_date: 'during_date',
|
|
|
not_containing_date: 'not_during_date',
|
|
|
|
|
|
current_on?: 'happening_in?',
|
|
|
start: 'start_at',
|
|
|
finish: 'finish_at',
|
|
|
real: 'real_time',
|
|
|
real_start: 'real_start_at',
|
|
|
real_finish: 'real_finish_at', }
|
|
|
``` |
|
|
\ No newline at end of file |