docs: Document "In the last" and "In the next" Segment date operators#843
Draft
promptless-for-oss wants to merge 1 commit into
Draft
Conversation
|
|
||
| .. vale on | ||
|
|
||
| The **In the last** and **In the next** operators let you build rolling date filters that never need manual updates. Instead of an absolute date, you enter a whole number for the interval and choose a unit of **days**, **months**, or **years**. |
Contributor
Author
There was a problem hiding this comment.
Documented the two new inLast/inNext operators and their interval+unit input added in this PR. The unit choices (days/months/years only — no weeks) come from DateSpanType.php choices; the NotBlank + Positive integer constraint (blank/zero/negative/non-integer all rejected) is from DateSpanType.php and the validation-message test data in ListControllerFunctionalTest.php. Field coverage (standard contact date fields, date/datetime Custom Fields on Contact and Company, and behavior date fields such as Read any email (date)) comes from OperatorListTrait.php and FilterOperatorSubscriber.php.
Source: mautic/mautic#16574
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Adds a new subsection to the Segment operators documentation covering the two new date/datetime filter operators from mautic/mautic PR #16574: "In the last" and "In the next". Documents the interval + unit (days/months/years) input, which fields support the operators, and the interval validation rules.
Trigger Events
Tip: Use Vale? Point your collection at your vale.ini in Configuration.