You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll need some articles in your system to reproduce the issue. If not yet done, write some articles in your backend.
Run the smart search indexer.
Create a menu item with item type "Search".
In frontend search for your user name (name of the author of the articles).
Expected result
Search in frontend should only give results of articles (if plugin "smart search - content" is activated as an example) in which the name of the author is in the title or text of the article.
Actual result
Search in frontend shows all articles which are written by this user/author.
Deselecting the Authors in Content Maps of Smart Search (in backend) does not help.
System information (as much as possible)
Joomla! 4.3.0
(but it is an old issue)
PHP 8.1
Additional comments
A few years old but seems not to be solved yet, see:
Core hack (not advisable of course) is to comment out some rows in this file
plugins\finder\content\src\Extension\Content.php
(earlier than J 4.3.0 it was in the file plugins\finder\content\content.php):
Then start the indexer and you are good => search in frontend will give the expected results, without searching for the name of the person who had written the article.
Probably it would be similar in the other smart search plugins, not only in content search.
An additional option in search menu item would be very helpful: exclude "created by"/"created by alias" from search results.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the issue
Expected result
Search in frontend should only give results of articles (if plugin "smart search - content" is activated as an example) in which the name of the author is in the title or text of the article.
Actual result
Search in frontend shows all articles which are written by this user/author.
Deselecting the Authors in Content Maps of Smart Search (in backend) does not help.
System information (as much as possible)
Joomla! 4.3.0
(but it is an old issue)
PHP 8.1
Additional comments
A few years old but seems not to be solved yet, see:
Core hack (not advisable of course) is to comment out some rows in this file
plugins\finder\content\src\Extension\Content.php
(earlier than J 4.3.0 it was in the file plugins\finder\content\content.php):
=> function index(Result $item)
Then start the indexer and you are good => search in frontend will give the expected results, without searching for the name of the person who had written the article.
Probably it would be similar in the other smart search plugins, not only in content search.
An additional option in search menu item would be very helpful: exclude "created by"/"created by alias" from search results.
The text was updated successfully, but these errors were encountered: