The answers parameter was recently added to most of the requests that return a list of questions. See: Don’t include answers in question lists by default

It looks like the /search request got left out. It appears to never return answers.

link|improve this question
2  
Confirmed. This is indeed true. – George Edison Jun 11 '10 at 2:41
feedback

1 Answer

up vote 2 down vote accepted

This is [by-design].

/search is already pretty resource intensive, and not returning answers is a conscious effort to reduce its runtime.

The answers parameter does not appear in the documentation for /search accordingly.

link|improve this answer
Seems reasonable. – Bill the Lizard Jun 11 '10 at 22:51
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged