有没有办法使用 caml 来执行列表上的全文搜索之类的操作

发布于 2024-09-07 14:31:26 字数 44 浏览 1 评论 0原文

有没有办法使用 SharePoint CAML 对共享点列表进行全文搜索?

Is there a way to use SharePoint CAML to do a Full-Text search on a sharepoint list?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

九八野马 2024-09-14 14:31:26

您可以使用搜索对象模型来使用实际的全文搜索,并通过将路径条件添加到Where子句将其限制为列表

You can just use the actual full-text search using the search object model and just limit it to the list by adding the path condition to the Where clause

蘑菇王子 2024-09-14 14:31:26

您也许可以使用 contains 关键字,请尝试查看此 http:// msdn.microsoft.com/en-us/library/ms196501.aspx

You might be able to use the contains keyword, try looking at this http://msdn.microsoft.com/en-us/library/ms196501.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文