?
Duplicate of # 17175
avatar afri-can
afri-can
16 Aug 2017

Steps to reproduce the issue

Used Custom Fields to add content to article, Used Manual Display, {field 1} etc... to call the custom field into the article's grid

Expected result

The fields shows up on the page in frontend and should show in search result

Actual result

now getting {field x} in my Smart Search's Snippets (see attached)

System information (as much as possible)

Lascreen shot 2017-08-16 at 06 47 54test Joomla 3.7.4

Additional comments

avatar afri-can afri-can - open - 16 Aug 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Aug 2017
avatar laoneo
laoneo - comment - 19 Aug 2017

Guess this one is similar to #17175, the on content prepare event is not triggered.

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Aug 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-08-19 09:06:51
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 19 Aug 2017
Closed_Date 2017-08-19 09:06:51 2017-08-19 09:06:52
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 19 Aug 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 19 Aug 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 19 Aug 2017

closed as stated above. Please reopen if guess isn't correct.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17557.

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Aug 2017
Rel_Number 0 17175
Relation Type Duplicate of
avatar laoneo
laoneo - comment - 19 Aug 2017

Please reopen, my comment was just a hint where to search.

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Aug 2017
Status Closed Discussion
Closed_Date 2017-08-19 09:06:52
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - change - 19 Aug 2017
Status Discussion New
Closed_Date 0000-00-00 00:00:00
avatar joomla-cms-bot joomla-cms-bot - reopen - 19 Aug 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 19 Aug 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 23 Aug 2017
Status New Discussion
avatar afri-can
afri-can - comment - 19 Oct 2017

Any news on this cannot really us custom fields if they do not appear correctly on search results


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17557.

avatar laoneo
laoneo - comment - 23 Oct 2017

Had a look on the code, @Bakual any idea why the plugin does not run on the indexer as the content event is fired properly?

avatar Bakual
Bakual - comment - 23 Oct 2017

The issue is that com_finder calls the event with its own context ('com_finder.indexer'). See https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_finder/helpers/indexer/helper.php#L500

avatar laoneo
laoneo - comment - 23 Oct 2017

I saw that, but this can be handled in the fields content plugin itself. I thought it would crash as it is run on the back end in the indexer.

avatar Bakual
Bakual - comment - 23 Oct 2017

The plugin event is called, but it doesn't find any fields due to the wrong context.

avatar laoneo
laoneo - comment - 24 Oct 2017

Please test #18402 which should fix the issue.

avatar franz-wohlkoenig franz-wohlkoenig - change - 24 Oct 2017
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2017-10-24 10:12:59
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 24 Oct 2017
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 24 Oct 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 24 Oct 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 24 Oct 2017

closed as having Pull Request #18402

avatar afri-can
afri-can - comment - 24 Oct 2017

I am new to this forum, so if someone could please explain, "so please test #18402 which should fix issue", means I go to #18402 and implement the 4 changes to the four files mentioned and this will fix the issue, how do I know when the changes will be implemented to the Joomla core?

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 24 Oct 2017

@afri-can please read https://docs.joomla.org/Bug_Tracking_Process and test on a dev-Enviroment using Patchtester.

If a Pull Request have at least 2 successfully Test Release Lead decide if its merged in next Release.

Add a Comment

Login with GitHub to post a comment