You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching for some terms in the app shows no results due to labels being filtered out and an empty page being returned. We should eagerly fetch multiple pages to fill a queue, up to a point. Maybe fetch the first 6 pages or 30 posts, whichever limit we reach first (mimics post feeds).
The text was updated successfully, but these errors were encountered:
What's the root cause of so many filtered posts being returned at once? Intuitively I'd expect it to be a rare edge-case, but its happening consistently for certain keywords. Is it perhaps related to createdAt timestamp spoofing? (causing certain posts to get "stuck" at the top)
I believe the main cause we're aware of are posts labeled as spam, and our search endpoint aggressively filtering those out. We plan to dedicate more time to it soon, obviously not a good experience atm.
Searching for some terms in the app shows no results due to labels being filtered out and an empty page being returned. We should eagerly fetch multiple pages to fill a queue, up to a point. Maybe fetch the first 6 pages or 30 posts, whichever limit we reach first (mimics post feeds).
The text was updated successfully, but these errors were encountered: