Does the search API support proper values in the retweeted and favorited fields when doing a user authenticated request? Both these fields always seem to return false even though I am doing a user authenticated search request. When I do a request to statuses/show/:id for the same tweets that show up in the search results the retweeted and favorited fields show up with the correct values.
I guess my main question is… does the search API support perspectival fields properly when doing a user authenticated request?