Is there a way or proposal for an advanced search feature? Examples being search for questions/answers with multiple tags, with bounties, that are X amount of months old with X rating, etc.
From the similar questions already asked, none of them really answer my question.
|
|
|||||||
|
|
You can do all of them, except search for something that's X months old. For the rest:
|
|||
|
|
|
The Stack Exchange Data Explorer is a read-only copy of (most of) the Stack Exchange database. It is updated approximately once a month, so it's only good for searching amongst old posts. You can make searches as complex as you can express in SQL. If you want up-to-date data, you can retrieve a set of questions with the Stack Exchange API and perform further processing on your machine. This is only practical if you can use some simple filtering (on tags, title words or question or answer dates or ids) to get down a superset of at most a few hundred posts. |
|||
|
|
