- Issue created by @codebymikey
- Merge request !29Issue #3468114: Ensure "Profile user status" search api processor detects user account deactivation → (Open) created by codebymikey
- Status changed to Needs review
9 months ago 2:43pm 14 August 2024
The "Profile user status" Search API processor doesn't currently work properly. Mainly because of two issues:
preprocess_query
stage is invalid, and should be alter_items
insteadAdd a profile to a Search API index making use of the "Profile user status" processor.
Use the alter_items
stage for the processor, as well as trigger a re-index of the profile when the user entity is blocked/unblocked.
Needs review
1.0
Code