问题描述
谁能帮助我确认MS不再将Site Property包编入索引. MS的支持者告诉我这一点,但是他无法给我发送任何文档来确认这一点.我有一名租户正在运行标准版本,另一名租户正在运行标准版本 在运行首次发行/定向发行"时无法正常工作.
你们中有人有没有和我一样的经历或听说过这种方法不起作用了?
我正在使用SharePointPnPPowerShellOnline框架创建像这样的properbag值:
< pnp:PropertyBagEntries>
< pnp:PropertyBagEntry Key ="ProjectPilot";值=是".覆盖=真"索引=真". />
</pnp:PropertyBagEntries>
Can anyone help me confirm that MS is not indexing the Site Property bag anymore. I was told this by a supporter from MS but he can not sent me any documentation to confirm this. I have one tenant where it is working running standard release and one where it is NOT working running First/Targeted Release.
Have any of you experienced the same as me or heard about this not working anymore ?
I am using the SharePointPnPPowerShellOnline framwork to created the propertbag values like this:
<pnp:PropertyBagEntries>
<pnp:PropertyBagEntry Key="ProjectPilot" Value="Yes" Overwrite="true" Indexed="true" />
</pnp:PropertyBagEntries>
推荐答案
官方文件未指定MS不再索引站点资源包.
Official document not specified that MS is not indexing the Site Property bag anymore.
但这是一本类似的帖子供您参考:
But here is an similar issue post for your reference:
最好的问候
Lisa Chen
Lisa Chen
这篇关于SharePoint Online-网站上的属性袋值索引不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!