Skip to main content

All Questions

Tagged with
2 votes
1 answer
59 views

Tagged parameter not working as described in documentation

In the documentation it is reported that the tagged parameter in the request URL should work like this: tagged - a semicolon delimited list of tags, of which at least one will be present on all ...
micpob's user avatar
  • 85
5 votes
0 answers
33 views

Formatting and formatted content is missing for body in search excerpts call

The body returned by the search excerpts call seems to omit formatting and sometimes even formatted content. Example calls follow for this question: Does `inquestion` support multiple question ids? ...
Glorfindel's user avatar
  • 6,792
2 votes
1 answer
83 views

Bugs in API 2.2 "/search/advanced" with a "q" parameter

How can we handle these problems? Result for sort=relevance&order=desc is similar to sort=relevance&order=desc. Very poor caching system: After some queries, you may receive the same results ...
C2121's user avatar
  • 21
2 votes
0 answers
47 views

Stack Exchange search API not returning results with min, max vote count

Query to search for all question with perl6 tag created between Oct 1 - Oct 5 2019. I'm sorting the results by votes. /2.2/search?fromdate=1569888000&todate=1570233600&order=desc&sort=...
Thiyagu's user avatar
  • 121
0 votes
0 answers
31 views

Strange pagination behaviour of /search/excerpts [duplicate]

In an attempt to (automatically) restore broken images* which have originally been included as HTTP links, I've tried to use /search/excerpts to look for candidate posts; specifically, I'm setting the ...
Glorfindel's user avatar
  • 6,792
3 votes
1 answer
102 views

Paging fails at 10K items for /search on any site but Stack Overflow

There's a problem with requesting more than 10,000 items. With Stack Overflow it works just fine. But with Super User, Server Fault, etc. no items are returned for requests for items after the 10,...
Y. Evers's user avatar
-5 votes
1 answer
129 views

wrong results of api /search/advanced

I am querying for results of /search/advanced. The request I am sending is https://api.stackexchange.com/2.2/search/advanced?key=`key`&access_token=`access_token`&site=stackoverflow.com&...
amit jha's user avatar
  • 842
4 votes
1 answer
100 views

Search function in the API doesn't work as expected

This looks like an error in the search part of the API. This search URL: /2.2/search?tagged=javascript&intitle=get%20column%20array&site=stackoverflow doesn't return any answers. I'm ...
Wikunia's user avatar
  • 143
2 votes
0 answers
39 views

Max score with tagged works incorrectly for /questions, correctly for /search

When I look for questions tagged java from the first week of September 2014 with a minimum score of 10 like this: /2.2/questions?fromdate=1409529600&todate=1410134400&min=10&sort=votes&...
Lutz Prechelt's user avatar
3 votes
0 answers
77 views

Why is there a difference between "questions" and "search" in API?

I have a query to find the number of questions tagged java from 2012-08-01 to 2013-08-01. Running this using both /questions and /search produces different results: https://api.stackexchange.com/2....
Sarath Saleem's user avatar
2 votes
1 answer
82 views

Advanced search API not returning data for "phonegap" tag

I am trying to gather results from the API for the tag phonegap but the API is not returning any data. I am using /search/advanced and get nothing back for November: { "items": [], "...
Rod Burns's user avatar
  • 123
6 votes
0 answers
110 views

The "advanced search" path returns very wrong results for the `q` parameter

I'm trying to search for a string. It's a hardware identifier 10ec:8168 and should be unique to that make/model of chip. Any questions that mention is should be relevant. But compare the site search ...
Oli's user avatar
  • 253
4 votes
0 answers
120 views

Parameter `tagged` in `search/advanced` seems to use `AND` instead of `OR`

It seems that search/advanced has the same problem as in "The tagged parameter does not work with multiple tags" question. When I select c#; .net I only get results tagged both c# and .net: http://...
Andrey Shchekin's user avatar
2 votes
1 answer
75 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 ...
Gilles 'SO- stop being evil''s user avatar
2 votes
1 answer
39 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: http://api.stackexchange.com/2.1/search/advanced?site=...
Nathan Osman's user avatar
  • 23.3k

15 30 50 per page