Update segment filter operator labels for Mautic 7.x#764
Open
promptless-for-oss wants to merge 1 commit into
Open
Update segment filter operator labels for Mautic 7.x#764promptless-for-oss wants to merge 1 commit into
promptless-for-oss wants to merge 1 commit into
Conversation
Updates operator names throughout the segment filter documentation to reflect the user-friendly labels introduced in Mautic 7.x. This change aligns documentation with the actual UI text users see when creating segment filters. Operator label changes: - equals → is equal to - not equal → is not equal to - empty → is empty - not empty → is not empty - like → contains - not like → doesn't contain - regexp → matches pattern - not regexp → does not match pattern - contains → in list
| Once you've selected a date field as your filter, such as the default **Date last active** field or a custom **Birthday** field, you'll have a list of operators to choose from: | ||
|
|
||
| * **Equals** - The value on the Contact record exactly matches the filter value. | ||
| * **Is equal to** - The value on the Contact record exactly matches the filter value. |
Author
There was a problem hiding this comment.
PR #15027 renamed segment filter operators to be more user-friendly. The translation file changes in app/bundles/LeadBundle/Translations/en_US/messages.ini show the new operator labels: equals → is equal to, notequals → is not equal to, isempty → is empty, isnotempty → is not empty, islike → contains, isnotlike → doesn't contain, regexp → matches pattern, notregexp → does not match pattern, in → includes any of, notin → excludes any of.
Source: mautic/mautic#15027
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
Updates operator names in segment filter documentation to match the user-friendly labels introduced in Mautic 7.x via PR #15027.
Changes
docs/segments/manage_segments.rst
Trigger Events
Tip: Tag @Promptless in GitHub PR comments to guide documentation changes during code review 🐙