开发者

Sharepoint Custom Search Results Page using FullTextSQLQuery

开发者 https://www.devze.com 2023-02-02 01:01 出处:网络
I\'m trying to create a customized search that displays results based on my FullTextSQLQuery results (i.e. user types \'Foo\' clicks Search, my server-side code performs a FullTextSQLQuery bringing ba

I'm trying to create a customized search that displays results based on my FullTextSQLQuery results (i.e. user types 'Foo' clicks Search, my server-side code performs a FullTextSQLQuery bringing back PDF documents that contain 'Foo' in its text).

My question is what will I need to do after getting the results from my query in order to display the results to开发者_StackOverflow the user? Will I need to provide my own results aspx page or does SP have something that is out-of-box that I can use to perhaps pass my results along to?


I'm not aware of anything OOTB, but this is a simple matter of transforming the XML results into HTML using an XSL.

0

精彩评论

暂无评论...
验证码 换一张
取 消