- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 SharePoint Online 中使用 ms-graph。
我有一个简单的列表,其中包含一个标题列和 3 个项目。
我使用以下 ms-graph 调用按标题过滤项目:
https://graph.microsoft.com/v1.0/sites/root:/lists/list-guid/items?expand=fields&filter=startswith(fields/Title,%27fig%27)
结果是错误信息:
Field 'Title' cannot be referenced in filter or orderby as it is not indexed. Provide the 'Prefer: HonorNonIndexedQueriesWarningMayFailRandomly' header to allow this, but be warned that such queries may fail on large lists.
"Field 'Title' cannot be referenced in filter or orderby as it is not indexed. Provide the 'allowthrottleablequeries' preference to allow this, but be warned that such queries may fail on large lists."
最佳答案
关于以下错误:
Field 'Title' cannot be referenced in filter or orderby as it is not indexed. Provide the 'Prefer: HonorNonIndexedQueriesWarningMayFailRandomly' header to allow this, but be warned that such queries may fail on large lists.
Prefer:HonorNonIndexedQueriesWarningMayFailRandomly
关于microsoft-graph-api - Microsoft Graph HonorNonIndexedQueriesWarningMayFailRandomly 过滤 SharePoint Online 列表时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49169917/
我在 SharePoint Online 中使用 ms-graph。 我有一个简单的列表,其中包含一个标题列和 3 个项目。 我使用以下 ms-graph 调用按标题过滤项目: https://gra
我是一名优秀的程序员,十分优秀!