If a query the SharePoint Web Service Search, is there a way to send a parameter so that it only return documents?
There is of course the possibility to filter the result using the isDocument column, but is it possible during the query?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you mean by “during the query”? Providing a filter on the IsDocument column is applied query time! This is one way to return documents – another could be to create a search scope for documents only. But again, you will need to specify it in the query.