news
2 TopicsSharePoint Search & update of LikeCount
We are currently creating a new SharePoint Intranet, for displaying the news we used the spfx search result webpart (https://github.com/SharePoint/sp-dev-solutions/tree/master/solutions/ModernSearch) Currently we are hitting a limitation, perhaps someone here can help us: We want to display News-Title & Teaser with the number of Likes in the search results. Therefore we use the Managed Property "LikeCount". During our tests we noticed that the value wasn't updated correctly. Our current theory is: As "liking" a news doesn't change the LastModifiedDate the crawler doesn't notice something from this object has changed. Therefore the number of Likes is only updated after the news has been edited / the LastModifiedDate has changed. Can someone confirm this behavior or has an idea for a workaround? The default News-Webpart is no option as we have some additional styling requirements.4.8KViews1like4Comments