Question

Currently i receiving data from sharepoint list using CAML and Linq. but now requirement is to retrive data from sharepoint list using search query.

can anyone give examples or good articles to retrive data through sharepoint search query?

Thanks

Was it helpful?

Solution

You can use FullTextSqlQuery like it's described in this post or KeywordQuery like it's described in this post. How to choose between these two approaches you can find here.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top