https://twittercommunity.com/t/inconsistent-tweet-retrieval/150635
-Why am I getting no results or not all the results from :meth:`API.search_tweets`?
-----------------------------------------------------------------------------------
-
-Twitter's standard search API only "searches against a sampling of recent
-Tweets published in the past 7 days."
-
-If you're specifying an ID range beyond the past 7 days or there are no results
-from the past 7 days, then no results will be returned.
-
-See Twitter's documentation on the standard search API for more information:
-https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/overview
-https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets
-
Tweepy v4
=========
API is not meant to be an exhaustive source of Tweets. Not all Tweets
will be indexed or made available via the search interface.
+ .. note::
+
+ Twitter's standard search API only "searches against a sampling of
+ recent Tweets published in the past 7 days."
+
+ If you're specifying an ID range beyond the past 7 days or there
+ are no results from the past 7 days, then no results will be
+ returned.
+
+ See `Twitter's documentation on the standard search API`_ for more
+ information.
+
.. note::
In API v1.1, the response format of the Search API has been
References
----------
https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets
+
+ .. _Twitter's documentation on the standard search API: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/overview
"""
return self.request(
'GET', 'search/tweets', endpoint_parameters=(