Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TwitterBridge] Restrict keyword search in tweet content #1105

Closed
AntoineTurmel opened this issue Apr 18, 2019 · 4 comments
Closed

[TwitterBridge] Restrict keyword search in tweet content #1105

AntoineTurmel opened this issue Apr 18, 2019 · 4 comments
Labels
Bridge-Feature-Request Request for a new bridge feature

Comments

@AntoineTurmel
Copy link
Contributor

When doing a keyword search, Twitter also include tweets from people having the keyword inside their username/name. It would be nice to filter them out by default, or provide an option to exclude those tweets.

@logmanoriginal logmanoriginal added the Bridge-Feature-Request Request for a new bridge feature label Jun 9, 2019
@logmanoriginal
Copy link
Contributor

This can be complicated depending on your keyword. As explained in #1163, the keyword search supports all of the advanced search options from Twitter.

That said, an exact match is pretty easy to implement and the other options could be done as well if we had a custom parser for search queries...

Do you have some sample queries for testing?

@dvikan
Copy link
Contributor

dvikan commented Mar 27, 2022

@AntoineTurmel Is this still relevant? I imagine this logic can be implemented inside bridge. Requires some parsing of the user provided query.

@dvikan dvikan reopened this Mar 27, 2022
@AntoineTurmel
Copy link
Contributor Author

@AntoineTurmel Is this still relevant? I imagine this logic can be implemented inside bridge. Requires some parsing of the user provided query.

Yes sometimes I get results from people having keyword inside their username which is not relevant for monitoring subjects/trends.

@quickwick
Copy link
Contributor

@AntoineTurmel Can you provide example(s)? The API endpoints being used in both the TwitterBridge and TwitterV2Bridge should only be querying against tweet content, not usernames.

@dvikan dvikan closed this as completed Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bridge-Feature-Request Request for a new bridge feature
Projects
None yet
Development

No branches or pull requests

4 participants