I need to implement sharepoint search using query web service in javascript. I am able to do it but the results I am getting are not security trimmed. Users can see even those files which are not accessible to them (i.e. they dont have permission to view those files).
My questions are:
- How to get security trimmed results when using query web service in javascript?
- Is there any other way to perform search and get security trimmed results?
Many thanks.