2

I have constructed the following URL, but the questions returned don't contain anywhere near 50k views, despite the query string parameter:

http://api.stackexchange.com/2.1/search/advanced?site=askubuntu&views=50000

Instead I get questions that look like this:

{ "items": [ { ... "view_count": 600 ... } } 

According to the documentation:

"views - the minimum number of views returned questions must have"

1 Answer 1

1

This was a caching bug actually, a few parameters weren't being considered when doing a cache lookup (such as views) so you'd get back non-sense data.

It's been fixed in the latest deploy.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.