Hey!
Well, it's possible but only with a slight change in the corresponding finder index plugin for content articles.
Open: plugins/finder/content/src/Extension/Content.php
Find (at the end of the file in the getListQuery function):
Add before:
It should look like:
Note: Please keep in mind that this change is not update-safe and will be overwritten in the next core update. A better solution would be to contribute it as an option to the main project on GitHub (https://github.com/joomla/joomla-cms).
Well, it's possible but only with a slight change in the corresponding finder index plugin for content articles.
Open: plugins/finder/content/src/Extension/Content.php
Find (at the end of the file in the getListQuery function):
Code:
return $query;
Code:
$query->where('a.state != 2');
Code:
$query->where('a.state != 2');return $query;
Statistics: Posted by Kubik-Rubik — Mon Apr 15, 2024 7:57 pm