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

Feature request: Advanced search operators #3378

Open
Mennaruuk opened this issue Apr 2, 2024 · 7 comments
Open

Feature request: Advanced search operators #3378

Mennaruuk opened this issue Apr 2, 2024 · 7 comments
Labels
feature-request A request for a new feature

Comments

@Mennaruuk
Copy link

image

Is your feature request related to a problem? Please describe.

Twitter (ugh...X) has had search operators for years. They're super helpful for obtaining tweets matching particular parameters. For example, if I want to search for posts about printers, and these posts must date prior to March 1, 2024, I can use the following search keywords:

printers since:2024-03-01

If I want to search about Microsoft but exclude posts mentioning Apple, I can use the following:

Microsoft -Apple

It's pretty neat, and it's super helpful.

Describe the solution you'd like

Since many Bluesky users have migrated from Twitter, it makes sense to use Twitter's existing search parameters.

Describe alternatives you've considered

The best alternative has been using lists. However, they're flawed, and there are operators that cannot be captured by any list (such as keyword exclusions or minimum likes).

Additional context

Here is an exhaustive list of Twitter's advanced search operators.

@Mennaruuk Mennaruuk added the feature-request A request for a new feature label Apr 2, 2024
@boly38
Copy link

boly38 commented May 18, 2024

We maybe could consider this issue as Epic issue around search related features to avoid duplicate

My additional need around this large feature request :

➕ add documentation link of existing advanced search features : a link close to search feature with a summary of what's supported. =>I created this:

➕ add search keyword to restrict result with post having media and/or image (ex. X: (has:media) (has:images)) => I created this:

Please note that there is some other related issues :

X references twitter-api/tweets/search/integrate/build-a-query and twitter-api/v1/rules-and-filtering/search-operators

@boly38
Copy link

boly38 commented May 31, 2024

Bluesky skeet

A guide about advanced search

@Mohamed3on
Copy link

Mohamed3on commented Oct 28, 2024

Following. This is essential for many people to move over from Twitter, especially the min_likes etc

@bgerm
Copy link

bgerm commented Nov 20, 2024

My most valued feature feature from Twitter is the ability to search tweets from only users I follow. I like to follow those that I consider domain experts and want to hear what they have to say about a certain subject.

@surfdude29
Copy link
Contributor

My most valued feature feature from Twitter is the ability to search tweets from only users I follow. I like to follow those that I consider domain experts and want to hear what they have to say about a certain subject.

Someone actually opened an issue specifically for that a few days ago: #6481

@SystemsOperator
Copy link

Adding to this, a general "Likes" filter
would be helpful so that we can search within our own likes, e.g.: Starter Pack in:my_likes / #Art in:my_likes

@patcon
Copy link

patcon commented Dec 2, 2024

Just adding keywords for this to show up better in issue queue searches: negate, negation, exclude, exclusion, logical NOT boolean search operator

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for a new feature
Projects
None yet
Development

No branches or pull requests

7 participants