-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add from:me search functionality #2504
Conversation
By the way, the query parameters are parsed for real as part of the indigo codebase, maybe it would be cleaner to implement the feature there? I'm not familiar enough with it to say how easy that would be though, obviously the requester's DID needs to be known. |
Yeah, that's what I was thinking, I haven't really looked into Palomar directly, thought I'd give it a shot here first. either AppView or Palomar, but since Palomar is pretty much unauthenticated it might be better to do it in AppView, let's see... |
Here's the alternative AppView PR: bluesky-social/atproto#2044 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice. The quoted text handling was a nice touch as well
I do want to move this into structured query params at some point btw |
@pfrazee |
Addresses #849 (comment)
nit: we should probably close that issue already since it's been fixed for a while now
Adds the ability to search for your own posts using the
from:me
search syntax, this is done by replacing instances offrom:me
with account's DID, special care is taken to avoid string replacements inside quotes, because quotes are exact search matches