使用元数据搜索 SharePoint 结果
Searching SharePoint Results using Metadata
请问如何进行元数据搜索?
目前,我正在使用这个URL,但结果不是我需要的结果。
我的元数据列名称是 MetaTags
/_layouts/15/srchrss.aspx?k=**MetaTags:Bot**%20ListId:9CF05E04-45BC-4EF1-9ED8-B75A71A9010F
我换了一个方法,还是报错
/_api/web/lists/getbytitle('Test%20Document%20List%2001')/Items?%20$select=Title,ID,Status&$filter=MetaTags+eq+%27Bot%27
错误: 类型 'TaxonomyFieldTypeMulti' 的字段 'MetaTags' 不能在查询过滤器表达式中使用。
听起来您的专栏没有相应的托管 属性 或者您的网站尚未被抓取。
请参考this篇
经过长时间的测试和研究,我找到了如下答案。
https://mvponduty.sharepoint.com/_api/web/lists/getbytitle('Test%20Document%20List%2001')/Items?$select=Title,FileLeafRef,EncodedAbsUrl&$filter=TaxCatchAll/Term%20eq%20%27Bot%27
请问如何进行元数据搜索?
目前,我正在使用这个URL,但结果不是我需要的结果。
我的元数据列名称是 MetaTags
/_layouts/15/srchrss.aspx?k=**MetaTags:Bot**%20ListId:9CF05E04-45BC-4EF1-9ED8-B75A71A9010F
我换了一个方法,还是报错
/_api/web/lists/getbytitle('Test%20Document%20List%2001')/Items?%20$select=Title,ID,Status&$filter=MetaTags+eq+%27Bot%27
错误: 类型 'TaxonomyFieldTypeMulti' 的字段 'MetaTags' 不能在查询过滤器表达式中使用。
听起来您的专栏没有相应的托管 属性 或者您的网站尚未被抓取。
请参考this篇
经过长时间的测试和研究,我找到了如下答案。
https://mvponduty.sharepoint.com/_api/web/lists/getbytitle('Test%20Document%20List%2001')/Items?$select=Title,FileLeafRef,EncodedAbsUrl&$filter=TaxCatchAll/Term%20eq%20%27Bot%27