As can be found, GetSearchTweetsV2Query uses /2/tweets/search/recent API, which according to the docs includes only past 7 days. There is available API /2/tweets/search/all, but it is not used anywhere in the source code.
My suggestion: add a property to ISearchTweetsV2Parameters whether to run "recent" or "all" search.
As can be found, GetSearchTweetsV2Query uses
/2/tweets/search/recent
API, which according to the docs includes only past 7 days. There is available API/2/tweets/search/all
, but it is not used anywhere in the source code.My suggestion: add a property to
ISearchTweetsV2Parameters
whether to run "recent" or "all" search.