I'm working with a custom search solution on SharePoint Online using the modern experience. I'm hoping to be able to sort the results from this based on the number of views per document (i.e. the documents relative popularity). Is there a managed property i can use to sort on? Or will i have to do a REST call of some sort? Any help is appreciated. Thanks

有帮助吗?

解决方案

Just like Sheth said, viewslifetime is a useful property. In fact there are a bunch of similar managed properties you can use. enter image description here

A bit more information about viewslifetime and viewcountlifetime: ViewCountLifeTime Management Property

许可以下: CC-BY-SA归因
scroll top