what is the best way to query the farm to get a list of sites the logged on user has access to? **contributor access and above**
i know by default that search is security trimmed, however it will return sites that users has **read** access to and above.
our current app returns the results from a search query, but then we have to make a rather expensive call to figure out if the user has contributor access.
can we make this part of the search query instead of looping through after the fact?