Does Stackexchange Python API provide advance filtering support?
For example:
- Return all the questions under tag python and javascript with more than 50 upvotes.
- Return all the questions that has some substring matched in "title" or in "content".
- Include/Exclude filters on different properties.
Reference to official document is really appreciated.