-1

To find only tweets in French, i use:

find this words lang:fr

But what if I want to exclude only French from the results and find all the others?

Digital Farmer
  • 1,705
  • 5
  • 17
  • 67

1 Answers1

1

very easy, just put a minus - before the lang:fr operator to exclude it :-)

find this words -lang:fr

If i'm not mistaken all of Twitter's Advanced Search Operators, like filter:, near:, within:, include: and many more, can be negated to exclude results corresponding to the specific operator.