Annotations exist in Postgres but missing from Elasticsearch
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 459
- Avg merge
- 27d 1h
- Merged PRs (30d)
- 1
Description
Here is what I can see in metabase:

There are 7 records, 5 of which are deleted. Of the remaining two, one is in Public and the other in group oRNgpGLj.
Here's the badge query and its result:
GET /api/badge?uri=https%3A%2F%2Fwww.npr.org%2F2018%2F07%2F29%2F632994245%2Fzimbabwes-rickety-trains-get-a-boost-from-expat-investors-next-door
{"total": 4}
The client query (for Public) and its result:
GET /api/search?_separate_replies=true&group=__world__&limit=200&offset=0&order=asc&sort=created&uri=https%3A%2F%2Fwww.npr.org%2F2018%2F07%2F29%2F632994245%2Fzimbabwes-rickety-trains-get-a-boost-from-expat-investors-next-door
{"rows": [], "total": 4, "replies": []}
The client query (for the group) and its result:
GET /api/search?_separate_replies=true&group=oRNgpGLj&limit=200&offset=0&order=asc&sort=created&uri=https%3A%2F%2Fwww.npr.org%2F2018%2F07%2F29%2F632994245%2Fzimbabwes-rickety-trains-get-a-boost-from-expat-investors-next-door
{"rows": [], "total": 0, "replies": []}
Note: This is an URL for which I have, in the course of testing an app for a partner, repeatedly created and deleted annotations.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.