Question

I'm currently working with a spfx web part that utilized managed properties to pull information about documents. I would like to be able to pull the most recent version and the comment associated with that version being published. However, all the out of box managed properties ive tried have only pulled the version number, and not the comment.

I would like to know if it is possible to pull at least the most recent version number and comment. And optimally, the complete version history and comments.

Thanks

Était-ce utile?

La solution

There is no out of box managed property for most recent version and comment associated with the version.

So, you could create the managed property and map with the crawled property “ows__CheckinComment”.

There is no crawled property for the most recent version. We only can get the version number. It is by design.

After all, in SharePoint online, the crawl runs backend and automatically. You should wait for a period of time.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top