You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the timestamp filter element reads:
This setting is only used with the age filtertype, or
with the space filtertype if use_age is set to True.
This seems to be saying that timestamp should only be used with age or space (under certain conditions). However, timestamp is used in other filter types, including period. This is confusing and perhaps the wording could better reflect what's going on?
Expected Behavior
timestamp warning explains when it can be used in a way that doesn't preclude it from being used in filter types other than age and space
Actual Behavior
timestamp warning seems to suggest it should only be used with age and space, although other filter types such as periodreference it.
The documentation for the
timestamp
filter element reads:This seems to be saying that
timestamp
should only be used withage
orspace
(under certain conditions). However,timestamp
is used in other filter types, includingperiod
. This is confusing and perhaps the wording could better reflect what's going on?Expected Behavior
timestamp
warning explains when it can be used in a way that doesn't preclude it from being used in filter types other thanage
andspace
Actual Behavior
timestamp
warning seems to suggest it should only be used withage
andspace
, although other filter types such asperiod
reference it.Steps to Reproduce the Problem
Specifications
Context (Environment)
N/A
Detailed Description
Update the warning note for
timestamp
so it doesn't seem to preclude other filtertypes, such asperiod
.The text was updated successfully, but these errors were encountered: