🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Search multiple queries with search twitter operator?

User: "ElvisAr"
New Altair Community Member
Updated by Jocelyn
Hello guys, I wanna know how to use the search twitter operator to search tweets that include two or more words for example i want to mine all the tweet that include the words dog and cat in the same tweet. 

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "Telcontar120"
    New Altair Community Member
    I don't think there is a simple way to do this only using a single Search Twitter operator.
    You will probably have to pull in two separate searches and then do your filtering within RapidMiner using other operators (either the text processing operators or simply Filter Examples with compound filter logic).
    User: "sgenzer"
    Altair Employee
    Accepted Answer
    hi @ElvisAr I believe all you need to do is just enter "dog cat" in the search parameter. I just did this and the results look correct to me:






    Scott
    User: "Hyram"
    New Altair Community Member
    Hi guys. I have a similar question. I need the words to be next to each other. In other words, can I search for a phrase, using the Search Twitter Operator?
    User: "Telcontar120"
    New Altair Community Member
    One way would be to filter the original broader results by creating another attribute after that specifies if the results contain the phrase you are interested in, and then filtering on that.