Foren

Rating score is set to 5 for all blog search results

Durai pandian, geändert vor 11 Jahren.

Rating score is set to 5 for all blog search results

Junior Member Beiträge: 53 Beitrittsdatum: 26.10.12 Neueste Beiträge
In blog search result score is set to 5 for all blog.
need to customise average rating there.
please help me with this

Regards,
Durai.
thumbnail
Tejas Kanani, geändert vor 11 Jahren.

RE: Rating score is set to 5 for all blog search results

Liferay Master Beiträge: 654 Beitrittsdatum: 06.01.09 Neueste Beiträge
Which version of Liferay are you using ?
Durai pandian, geändert vor 11 Jahren.

RE: Rating score is set to 5 for all blog search results (Antwort)

Junior Member Beiträge: 53 Beitrittsdatum: 26.10.12 Neueste Beiträge
Thank u friend, I got solution by editing my search.jsp file with the following code:

float averageScore = (float)RatingsStatsLocalServiceUtil.getStats(BlogsEntry.class.getName(), entry.getEntryId()).getAverageScore()/5;