Tagged Questions
1
vote
1answer
19 views
Advanced search by title doesn't filter on the title
Searching by title on the advanced search method doesn't restrict the results to posts containing the specified text as a word or even substring. Varying the string has some influence, but I can't ...
1
vote
1answer
18 views
View count restriction isn't working for /search/advanced.
I have constructed the following URL, but the questions returned don't contain anywhere near 50k views, despite the query string parameter:
...
3
votes
1answer
30 views
Unable to sort /search results by creation_date
I think I may have stumbled upon a bug in /search and I'll try to describe it as best as I can.
What works:
Create a /search query with the following parameters:
fromdate: 2012-01-24
order: desc
...
1
vote
1answer
23 views
nottagged only works when tagged is set (/search)
On the /search route, the nottagged parameter doesn't work properly (at least it isn't specially documented to only work at certain times)
For example:
...
3
votes
1answer
38 views
API 'search' method with 'min' parameter
If you search for questions posted on time 1296897085 or later (by specifying sort=creation and min=1296897085), it may still return questions posted before that date:
...
5
votes
1answer
62 views
API 'search' method with 'tagged' parameter
From the docs for tagged paremeter:
List of tags delimited by semi-colons of which at least one must be on a question
Yet, when I execute this query ...
5
votes
1answer
118 views
Intermittent bug in the /search route when providing both tagged and nottagged parameters.
I'm getting the wrong number of results back from the /search route depending on what combination of values I provide for the tagged and nottagged parameters.
Examples:
...
8
votes
2answers
163 views
/search intitle arg is case sensitive
This seriously cripples any search capabilities.
Consider:
http://api.stackapps.com/0.8/search?intitle=soapi&order=desc&sort=activity
vs
...
4
votes
1answer
78 views
The /search route is ignoring the answers parameter.
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 ...