Forum Discussion
michael meza
Apr 25, 2018Brass Contributor
Results Display to show Checked out user
Hello again everyone! I am now 4 weeks into learning how to do SharePoint dev and moving along well. Thanks to all the questions that have already been answered here. Here is one i have not seen....
- Apr 26, 2018
It is possible to see checked out documents with Search. A Crawled Property ows_CheckoutUser exists which you can use in your query and Display Template to achieve your results.
The blog below describes part of the approach.
After the steps described in the blog you should take additional steps to modify the Display Template for the search results in order to display the name of the user in your search result...
Hope this helps!
Deleted
Apr 26, 2018As far as I know it is not possible to see checked out documents with Search.
- paulpaschaApr 26, 2018Bronze Contributor
It is possible to see checked out documents with Search. A Crawled Property ows_CheckoutUser exists which you can use in your query and Display Template to achieve your results.
The blog below describes part of the approach.
After the steps described in the blog you should take additional steps to modify the Display Template for the search results in order to display the name of the user in your search result...
Hope this helps!