Hello,

Why can’t the Premium search include “min_faves:number” in the query while the Standard search can include “min_faves:number” in the query?

In the following endpoint, a query such as “query min_faves:100” will result in a reference to invalid operator.

https://api.twitter.com/1.1/tweets/search/fullarchive/****.json.

For the following endpoints, a search for “query min_faves:100” will work just fine.

https://api.twitter.com/1.1/search/tweets.json

Why can I search with standard search but not with premium search?
Is there a substitute for “min_faves” that I can use?

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.