-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Steps to reproduce the issue
Given that Smart Search is enabled.
- Create an article
- Create a menu item for that article (type: Articles > Single Article), set a "Browse Page Title" for that menu item.
- Go back to edit the article and save it again.
- Perform a search with the Smart Search in the FE that returns that article.
Expected result
The result item to have the same title as the article title.
Actual result
It shows the single article menu item's "Browse Page Title" as the result item title.
System information (as much as possible)
Joomla 5.x
Additional comments
There supposed to be a setting in the "Smart Search - Content" plugin for using or not the article's menu title.
See: plugins/finder/content/src/Extension/Content.php line 306 - 308
Unfortunately, Joomla never added that setting to the plugin's UI and always defaults to true.