Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/search/search_operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Contacts search filters
common:{segment_alias} + {segment_alias} + ...
tag:*
stage:*
form:{form_alias} (Contacts who submitted the Form with this alias)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the form:{form_alias} Contacts search filter because PR #16355 registers a new form search command in LeadRepository.php and LeadBundle/Translations/en_US/messages.ini (mautic.lead.lead.searchcommand.form="form") whose description is "Filters contacts who submitted a specific form. Use the form alias, e.g. form:my-form-alias". Empty form: returns no results, matching the alias-required wording.

Source: mautic/mautic#16355

email_sent:EMAIL_ID
email_read:EMAIL_ID
email_queued:EMAIL_ID
Expand Down
Loading