Create a plugin that will change search input data, eg. rename from custom project to Joomla! data names, add input data, etc.
The plugin should be able to access / change all search input data.
The plugin can access / change ONLY sort input data ("o" and "od" parameters).
Joomla 4.4.3. Same in 5.0.3.
Problem is in components/com_finder/src/Model/SearchMode in populateState function.
Order input data is retrieved from "input data", and that is whay it is available for plugins (code).
All other data is retrieved from "input request data" and thats whay it is not available for plugins.
Changing $request to $input make it works as expected.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-19 08:24:44 |
Closed_By | ⇒ | Hackwar |
I created a PR to change this: #43091 Since we have a PR, I'm closing this issue. Please have a look and test the PR.