Given that Smart Search is enabled.
The result item to have the same title as the article title.
It shows the single article menu item's "Browse Page Title" as the result item title.
Joomla 5.x
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.
| Labels |
Added:
No Code Attached Yet
|
||
@brianteeman I’m happy to work on this issue. Could you please assign it to me?
@Satish-Medar Thanks for your interest - we do not assign issues. Anyone is free to submit a pull request
Btw. I am not sure if the use_menu_title setting has any use at all.
Maybe it is better to fix the code in the finder plugin.
I've gone right back to joomla 2.5 when I think the finder code was first added and I cant find any existence of a param
use_menu_title- very weird