User tests: Successful: Unsuccessful:
Pull Request resolves # .
This PR introduces a dynamic "Active User Only" toggle to the Smart Search (com_finder) filter configuration.
Currently, author filtering in Finder is strictly static. This addition allows administrators to create a generic, dynamic filter (e.g., "My Content" or "My Articles") that automatically adapts to the currently logged-in user.
How it works:
A new toggle is added to the "Search by Author" taxonomy section. When enabled (custom_author_filter === 1), the save method in the filter model intercepts the payload, clears any statically checked author IDs, and dynamically injects the taxonomy ID of the active user.
Author filtering in Smart Search was strictly static. Administrators had to manually select specific authors using checkboxes. It was impossible to create a single, reusable filter that dynamically restricted search results to the currently logged-in user's content.
Administrators can utilize the "Active User Only" toggle to create dynamic author filters. The system intelligently intercepts the save state and assigns the active user's taxonomy ID, enabling personalized "My Content" search experiences from a single filter configuration.
Please select:
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_finder Language & Strings JavaScript |
| Labels |
Added:
Language Change
PR-6.2-dev
|
||
| Title |
|
||||||