有没有办法使用 caml 来执行列表上的全文搜索之类的操作
有没有办法使用 SharePoint CAML 对共享点列表进行全文搜索?
Is there a way to use SharePoint CAML to do a Full-Text search on a sharepoint list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用搜索对象模型来使用实际的全文搜索,并通过将路径条件添加到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
您也许可以使用 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