hypothesis / hypothesis/h

Annotations exist in Postgres but missing from Elasticsearch

Open
#5,227 16 comments 0 reactions 0 assignees View on GitHub
bug
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:

![image](https://user-images.githubusercontent.com/46509/44231163-05b5f080-a152-11e8-9c3a-7dad5a73a6d4.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.