如何使用自定义搜索字段中的 CAML 查询过滤列表?
背景
我正在配置一个专注于一个主列表的自定义 WSS 应用程序。我想用我的自定义搜索替换顶部共享点搜索框。单击搜索后,我想加载一个页面,其中包含显示结果的 Web 部件(基本上是使用 CAML 查询过滤的列表)。 我使用的是 WSS 而不是 MOSS,所以我不能只配置搜索范围,而且 CAML 似乎仍然给了我我想要的东西。 如何连接并不总是位于同一页面上的 Web 部件和自定义搜索?
问题
如何连接并不总是位于同一页面上的 Web 部件和自定义搜索?
我是 SharePoint 编程新手,几天后就有截止日期了 :) 所以我非常感谢为我指明正确的方向 xD
提前致谢
Background
I'm configuring a custom WSS application that focuses around one main list. I want to replace the top sharepoint search box with my custom search. After clicking on search I want to load a page with a webpart presenting the results (basically filtered list using CAML query).
I'm using WSS not MOSS so I cannot just configure a search scope, and still CAML seems to give me exacly what I want.
How can I connect webpart and a custom search that not always are on the same page?
Questions
How can I connect webpart and a custom search that not always are on the same page?
I'm new to SharePoint programming and I have a deadline in few days :) so I will really appreciate pointing me in the right direction xD
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最近发布了两篇文章(第 1 部分 | 第 2 部分)与使用 JavaScript 完成的非常相似的解决方案。它允许您在单个列表上进行“键入时搜索”。
这并不完全是您正在寻找的东西,但可能会有所帮助。
I recently posted two articles (part 1 | part 2) with very similar solution done with JavaScript. It allows you to do "search as you type" over a single list.
It is not exactly the thing you are looking for but it might help.