I am using Microsoft.Search.Query Schema to get the search results. From the msdn site, I got to know that COUNT is an optional http://msdn.microsoft.com/en-us/library/ms562201.aspx
I want to get all the results from my query based on where clauses, but if I ignore COUNT then there is no data returned.
When i keep count without entering any value for that node then also results are null.
How to apply the COUNT as maximum or how to remove this attribute from my query. Help me...