Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds event before delete search keywords #13952

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

marcusgaius
Copy link
Contributor

Description

The event would allow for an additional layer of filtering beyond the simple binary "field is searchable or not", especially considering the searchable aspect is determined on field level, and fields can end up in multiple different field layouts, where it's not possible to disable.

The updateFields array is mainly passed for the information, and it can be omitted.
Alternatively, with a check that the field is contained in $fieldLayout->getCustomFields(), it can be used as the reverse approach from the ignoreFieldIds.

Related issues

No known related issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant