-
Notifications
You must be signed in to change notification settings - Fork 103
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
search: when using operators, putting the value in quotation marks breaks search and returns 502 #763
Comments
somehow can't reproduce this at all from my pds, or by skipping the pds proxying and talking to api.bsky.app directly - very confused |
yeah fine: nope: but worth noting also nope: so if I typo the search term in such a way that I would just get nothing, it also has the same 500-like error |
Does seem like a bug, and not arguing validity, but out of curiosity/prioritization: how did you encounter this? I don't think any of our search filters support free-form text, so I can't think of a use-case for putting quotes around just the facet value. I think if you put quotes around the prefix and the value, it gets treated as a token, not parsed as a filter (which is intuitive to me, at least). |
i was searching for |
idk. old google reflexes. |
If I search for
from:alice.bsky.sh
, everything's fine.If I search for
from:"alice.bsky.sh"
, after whatever timeout is set, I get this instead:URL:
https://oyster.us-east.host.bsky.network/xrpc/app.bsky.feed.searchPosts?q=from%3A%22alice.bsky.sh%22&limit=25&sort=top
This happens with things like
lang:en
vslang:"en"
too (which is how I discovered it the first place, searching forlang:en-au
because some posts are tagged with it, and couldn't find anything.The text was updated successfully, but these errors were encountered: