Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exclude account from twitter search results

I'd like to search for everything relating to these terms:

sidigital OR sidgtl OR sidigital.co

Example search

but I don't want to see anything from the specific user @sidgtl how do I do this? I can't ignore sidigital because I still want to see people mentioning the account, just nothing from the account itself.

Thank you!

like image 603
Titan Avatar asked Apr 23 '15 12:04

Titan


People also ask

How do you exclude search results on Twitter?

You can tell Twitter to specially exclude tweets that contain a word by adding a single dash directly before the word. Make sure you don't put a space between the dash and the term. This tells Twitter to exclude any result that contains that term, and helps you focus your search on the right context.

Can other Twitter users see what I search?

No, people cannot see what you search for on Twitter. Luckily, there is no way someone else can see your search history unless they have your account credentials or your device. People can only see your Twitter search history by using your account or application installed on your device.

Does Twitter restrict search results?

In order to keep your search results relevant, Twitter filters search results for quality Tweets and accounts. Material that jeopardizes search quality or creates a bad search experience for other people may be automatically removed from Twitter search.


1 Answers

You use -from:username to exclude tweets from a user.

So for your example:

sidigital OR sidgtl OR sidigital.co -from:sidgtl

like image 188
wisbucky Avatar answered Sep 23 '22 23:09

wisbucky