Issue when using since or until with search API #3531
Unanswered
cfjedimaster
asked this question in
Dev Debugging
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any request I make to the search endpoint that includes since or until gives me:
This is despite passing a valid search term as well. For example, this returns results:
https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=@raymondcamden.com
But as soon as I try to filter by date I get the error: https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=@raymondcamden.com&since=2025-01-11T19:33:34.800Z&until=2025-02-12T19:33:34.800Z
Beta Was this translation helpful? Give feedback.
All reactions